-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
28 lines (25 loc) · 1.11 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/flatcar/mayday
go 1.21
require (
github.com/coreos/go-systemd v0.0.0-20160621134601-b32b8467dbea
github.com/godbus/dbus v0.0.0-20151211231602-a1b8ba5163b7
github.com/spf13/pflag v1.0.0
github.com/spf13/viper v0.0.0-20170619124313-c1de95864d73
github.com/stretchr/testify v1.5.1
)
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.3-0.20170329110642-4da3e2cfbabc // indirect
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect
github.com/magiconair/properties v1.7.3 // indirect
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 // indirect
github.com/pelletier/go-toml v1.0.1-0.20170628012637-69d355db5304 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect
github.com/spf13/cast v1.1.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20170523133247-0efa5202c046 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)