...
1module github.com/ory/go-acc
2
3require (
4 github.com/dgraph-io/ristretto v0.0.2 // indirect
5 github.com/google/uuid v1.1.1 // indirect
6 github.com/mitchellh/mapstructure v1.3.2 // indirect
7 github.com/ory/viper v1.7.5
8 github.com/pborman/uuid v1.2.0
9 github.com/pelletier/go-toml v1.8.0 // indirect
10 github.com/spf13/afero v1.2.2 // indirect
11 github.com/spf13/cast v1.3.1 // indirect
12 github.com/spf13/cobra v1.0.0
13 github.com/spf13/jwalterweatherman v1.1.0 // indirect
14 github.com/spf13/pflag v1.0.5 // indirect
15 github.com/stretchr/testify v1.5.1 // indirect
16 golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
17 gopkg.in/ini.v1 v1.57.0 // indirect
18)
19
20go 1.14
View as plain text