-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 817 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/jfarleyx/dnsomatic-updater
go 1.20
require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/knadh/koanf/parsers/dotenv v0.1.0 // indirect
github.com/knadh/koanf/providers/env v0.1.0 // indirect
github.com/knadh/koanf/providers/file v0.1.0 // indirect
github.com/knadh/koanf/v2 v2.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/rs/zerolog v1.29.0 // indirect
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
)