forked from authentricity/authentricity
54 lines
2.1 KiB
Modula-2
54 lines
2.1 KiB
Modula-2
module go.e43.eu/authentricity
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/csrf v1.7.1
|
|
github.com/hashicorp/consul/api v1.13.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/lestrrat-go/jwx/v2 v2.0.3
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/spf13/cobra v1.5.0
|
|
github.com/varlink/go v0.4.1-0.20211215093235-013d563ae87a
|
|
github.com/zaffka/zap-to-hclog v0.10.5
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.uber.org/zap v1.21.0
|
|
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d
|
|
)
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/goccy/go-json v0.9.7 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
github.com/hashicorp/go-hclog v1.2.1 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.0 // indirect
|
|
github.com/hashicorp/serf v0.9.6 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/httprc v1.0.2 // indirect
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
|
github.com/lestrrat-go/option v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
|
|
)
|
|
|
|
replace github.com/varlink/go => github.com/erincandescent/varlink-go v0.4.1-0.20220710172442-b1ca3a35207e
|