Skip to content

Commit

Permalink
Try fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
awolverp committed Feb 4, 2023
1 parent 9a50960 commit ca1747d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module github.com/awolverp/kickcore

go 1.16
go 1.19

require (
github.com/valyala/fasthttp v1.43.0
github.com/mattn/go-sqlite3 v1.14.16
github.com/mattn/go-sqlite3 v1.14.16
github.com/valyala/fasthttp v1.43.0
)

require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect

)

0 comments on commit ca1747d

Please sign in to comment.