Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go net packages #12

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 16 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
module github.com/flatcar/mayday

go 1.13
go 1.22

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/coreos/go-systemd v0.0.0-20160621134601-b32b8467dbea
github.com/fsnotify/fsnotify v1.4.3-0.20170329110642-4da3e2cfbabc // indirect
github.com/godbus/dbus v0.0.0-20151211231602-a1b8ba5163b7
github.com/golang/protobuf v0.0.0-20160106020635-2402d76f3d41
github.com/spf13/pflag v1.0.0
github.com/spf13/viper v0.0.0-20170619124313-c1de95864d73
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.28.0
google.golang.org/grpc v0.0.0-20160225213019-0f80f5b995e8
gopkg.in/yaml.v2 v2.2.2
)

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
github.com/spf13/pflag v1.0.0
github.com/spf13/viper v0.0.0-20170619124313-c1de95864d73
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20160201052856-d513e58596cd
golang.org/x/sys v0.0.0-20170710161658-abf9c25f5445 // indirect
golang.org/x/text v0.0.0-20170706130353-cfdf022e86b4 // indirect
google.golang.org/grpc v0.0.0-20160225213019-0f80f5b995e8
gopkg.in/yaml.v2 v2.2.2
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ github.com/spf13/viper v0.0.0-20170619124313-c1de95864d73/go.mod h1:A8kyI5cUJhb8
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.5.1 h1:nOGnQDM7FYENwehXlg/kFVnos3rEvtKTjRvOWSzb6H4=
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
golang.org/x/net v0.0.0-20160201052856-d513e58596cd h1:u9YqWFZbNek1vwz2T9UibRb81i9ibZErhrRGrhlQ/Ro=
golang.org/x/net v0.0.0-20160201052856-d513e58596cd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/sys v0.0.0-20170710161658-abf9c25f5445 h1:ihxcHCoeP6QVHLnvt4PXvpgB9U94enD3OVEM+UcAuVs=
golang.org/x/sys v0.0.0-20170710161658-abf9c25f5445/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/text v0.0.0-20170706130353-cfdf022e86b4 h1:LBbuS6bbgvFy6TenhpOngey6iYIaIYKM4Ue+FTSBgwo=
golang.org/x/text v0.0.0-20170706130353-cfdf022e86b4/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg=
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc=
golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
google.golang.org/grpc v0.0.0-20160225213019-0f80f5b995e8 h1:lIH/bShL4zFLuTh6S9dwHMkr3Kjik7bcafOT3Kh918w=
google.golang.org/grpc v0.0.0-20160225213019-0f80f5b995e8/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
Expand Down
3 changes: 0 additions & 3 deletions vendor/golang.org/x/net/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/net/CONTRIBUTORS

This file was deleted.

4 changes: 2 additions & 2 deletions vendor/golang.org/x/net/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading