-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from weseven/update-go-net
Update go net packages
- Loading branch information
Showing
441 changed files
with
232,713 additions
and
77,594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.