mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-19 05:34:43 +08:00
13 lines
327 B
Modula-2
13 lines
327 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/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
|
|
)
|