updated syscall usage
This commit is contained in:
parent
c9aa60ca28
commit
204aec8135
333 changed files with 12973 additions and 7669 deletions
10
go.mod
10
go.mod
|
|
@ -1,16 +1,18 @@
|
|||
module git.giftfish.de/ston1th/gowiki
|
||||
|
||||
go 1.19
|
||||
go 1.22
|
||||
|
||||
toolchain go1.23.0
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/godrop/v2 v2.1.1
|
||||
git.giftfish.de/ston1th/godrop/v2 v2.2.0
|
||||
git.giftfish.de/ston1th/jwt/v3 v3.2.0
|
||||
github.com/blevesearch/bleve v1.0.14
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/pquerna/otp v1.4.0
|
||||
github.com/russross/blackfriday v1.6.0
|
||||
github.com/urfave/cli v1.22.12
|
||||
go.etcd.io/bbolt v1.3.7
|
||||
go.etcd.io/bbolt v1.3.11
|
||||
golang.org/x/crypto v0.7.0
|
||||
)
|
||||
|
||||
|
|
@ -35,6 +37,6 @@ require (
|
|||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/steveyen/gtreap v0.1.0 // indirect
|
||||
github.com/willf/bitset v1.1.11 // indirect
|
||||
golang.org/x/sys v0.6.0 // indirect
|
||||
golang.org/x/sys v0.24.0 // indirect
|
||||
google.golang.org/protobuf v1.30.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue