Skip to content

Commit

Permalink
testhttpd: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: UMEZAWA Takeshi <[email protected]>
  • Loading branch information
umezawatakeshi committed Nov 13, 2023
1 parent 86e0333 commit acdeaeb
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 56 deletions.
2 changes: 1 addition & 1 deletion testhttpd/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
30 changes: 17 additions & 13 deletions testhttpd/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,28 @@ require (
)

require (
github.com/cybozu-go/netutil v1.4.4 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/cybozu-go/netutil v1.4.5 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/onsi/gomega v1.25.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/onsi/gomega v1.30.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.15.0 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
github.com/spf13/viper v1.17.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
github.com/vishvananda/netns v0.0.3 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit acdeaeb

Please sign in to comment.