Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/gogather/com

go 1.18
go 1.25.0

require (
github.com/martinlindhe/base36 v1.1.1
github.com/smartystreets/goconvey v1.8.1
github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07
golang.org/x/net v0.24.0
golang.org/x/net v0.55.0
)

require (
Expand Down