2020-02-02 13:32:37 +00:00
|
|
|
module bottin
|
2020-02-02 11:09:35 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/hashicorp/consul/api v1.3.0
|
2022-02-08 16:59:59 +00:00
|
|
|
github.com/jsimonetti/pwscheme v0.0.0-20220125093853-4d9895f5db73
|
2020-02-02 11:09:35 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2021-09-16 11:46:18 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
|
2020-02-02 11:09:35 +00:00
|
|
|
)
|