mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-10 09:09:46 +08:00
15 lines
391 B
Modula-2
15 lines
391 B
Modula-2
module github.com/bakito/adguardhome-sync
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-resty/resty/v2 v2.5.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/onsi/ginkgo v1.16.0
|
|
github.com/onsi/gomega v1.11.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.7.1
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
)
|