daf4d4b94b
draft pr for the test demo harness for permit.io * harness working for permit.io demo * user is const * aws profile * permit import code for research * cleanup * create user tool poc * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo * tests for user creation * add audit logs and dry-run * add tests sanity check the requested roles * update docs for delete * disable/enable users and test * more tests and make user name required only for create operations * clean up * add docs * aws tag tests * audit -> slog * attempt build fix devbox * edit * just devbox * remove lock change for merge * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo
35 lines
771 B
YAML
35 lines
771 B
YAML
package: go.uber.org/zap
|
|
license: MIT
|
|
import:
|
|
- package: go.uber.org/atomic
|
|
version: ^1
|
|
- package: go.uber.org/multierr
|
|
version: ^1
|
|
testImport:
|
|
- package: github.com/satori/go.uuid
|
|
- package: github.com/sirupsen/logrus
|
|
- package: github.com/apex/log
|
|
subpackages:
|
|
- handlers/json
|
|
- package: github.com/go-kit/kit
|
|
subpackages:
|
|
- log
|
|
- package: github.com/stretchr/testify
|
|
subpackages:
|
|
- assert
|
|
- require
|
|
- package: gopkg.in/inconshreveable/log15.v2
|
|
- package: github.com/mattn/goveralls
|
|
- package: github.com/pborman/uuid
|
|
- package: github.com/pkg/errors
|
|
- package: github.com/rs/zerolog
|
|
- package: golang.org/x/tools
|
|
subpackages:
|
|
- cover
|
|
- package: golang.org/x/lint
|
|
subpackages:
|
|
- golint
|
|
- package: github.com/axw/gocov
|
|
subpackages:
|
|
- gocov
|