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