87c578a07b
Bumps [github.com/golang/mock](https://github.com/golang/mock) from 1.3.1 to 1.5.0. - [Release notes](https://github.com/golang/mock/releases) - [Changelog](https://github.com/golang/mock/blob/master/.goreleaser.yml) - [Commits](https://github.com/golang/mock/compare/1.3.1...v1.5.0) Signed-off-by: dependabot[bot] <support@github.com>
17 lines
388 B
Modula-2
17 lines
388 B
Modula-2
module github.com/bakito/adguardhome-sync
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-resty/resty/v2 v2.6.0
|
|
github.com/golang/mock v1.5.0
|
|
github.com/google/uuid v1.2.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/onsi/ginkgo v1.16.1
|
|
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
|
|
)
|