Skip to content

Commit

Permalink
Update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tkw1536 committed Apr 21, 2024
1 parent 32767fd commit 037e01d
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 439 deletions.
2 changes: 1 addition & 1 deletion cmd/akhttpd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func init() {
if legalFlag {
fmt.Println("This executable contains code from several different go packages. ")
fmt.Println("Some of these packages require licensing information to be made available to the end user. ")
fmt.Println(legal.Notices)
fmt.Print(legal.Notices)
os.Exit(0)
}
}()
Expand Down
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ require (
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
Loading

0 comments on commit 037e01d

Please sign in to comment.