Skip to content

Commit

Permalink
update go
Browse files Browse the repository at this point in the history
  • Loading branch information
deweizhu committed Sep 16, 2024
1 parent 4439ae0 commit 48b1a19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 46 deletions.
30 changes: 14 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
module bookget

go 1.22
go 1.23

require (
github.com/andreburgaud/crypt2go v1.6.0
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/valyala/fasthttp v1.55.0
golang.org/x/text v0.17.0
gopkg.in/ini.v1 v1.67.0
)
github.com/andreburgaud/crypt2go latest
github.com/jzelinskie/whirlpool latest
github.com/spf13/pflag latest
github.com/stretchr/testify latest
github.com/valyala/fasthttp latest
golang.org/x/text latest
gopkg.in/ini.v1 latest

require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
github.com/andybalholm/brotli latest
github.com/davecgh/go-spew latest
github.com/klauspost/compress latest
github.com/pmezard/go-difflib latest
github.com/valyala/bytebufferpool latest
gopkg.in/yaml.v3 latest
)
30 changes: 0 additions & 30 deletions go.sum

This file was deleted.

0 comments on commit 48b1a19

Please sign in to comment.