mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-23 15:43:21 +08:00
8a5c005d91
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/zap/compare/v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: go.uber.org/zap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
388 B
Modula-2
16 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.6.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.15.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/viper v1.8.1
|
|
go.uber.org/zap v1.19.0
|
|
)
|