new config struct
config.go
0 → 100644
... | ... | @@ -3,10 +3,13 @@ module nogweii.net/go/my-certificate-alert |
go 1.16 | ||
require ( | ||
github.com/CaliDog/certstream-go v0.0.0-20200713031452-eca7997412f1 // indirect | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/CaliDog/certstream-go v0.0.0-20200713031452-eca7997412f1 | ||
github.com/gobwas/glob v0.2.3 | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/jmoiron/jsonq v0.0.0-20150511023944-e874b168d07e // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/stretchr/testify v1.7.0 // indirect | ||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) |
Please register or sign in to comment