2021-03-28 06:40:59 +08:00
|
|
|
module github.com/bakito/adguardhome-sync
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-04-06 01:26:35 +08:00
|
|
|
github.com/go-resty/resty/v2 v2.4.0
|
2021-04-07 03:27:33 +08:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-03-28 20:09:31 +08:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-04-05 19:20:11 +08:00
|
|
|
github.com/onsi/ginkgo v1.16.0
|
|
|
|
github.com/onsi/gomega v1.11.0
|
2021-03-28 22:29:18 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-03-28 20:09:31 +08:00
|
|
|
github.com/spf13/cobra v1.1.3
|
|
|
|
github.com/spf13/viper v1.7.1
|
2021-03-28 06:40:59 +08:00
|
|
|
go.uber.org/zap v1.16.0
|
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
|
|
)
|