-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
module rkfg.me/ns2query | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.22.4 | ||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/Philipp15b/go-steamapi v0.0.0-20210114153316-ec4fdd23b4c1 | ||
github.com/bwmarrin/discordgo v0.28.1 | ||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 | ||
github.com/rivo/duplo v0.0.0-20220703183130-751e882e6b83 | ||
github.com/rumblefrog/go-a2s v1.0.2 | ||
go.etcd.io/bbolt v1.3.10 | ||
go.etcd.io/bbolt v1.3.11 | ||
) | ||
|
||
require ( | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/image v0.20.0 | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/image v0.21.0 | ||
golang.org/x/sys v0.26.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters