aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-10-13 11:59:40 -0400
committerXe Iaso <me@xeiaso.net>2023-10-13 12:00:19 -0400
commit85f710efeb8a4e8e4d444358a9462d2e188bfa28 (patch)
tree098587030106d4b0b0392adffdc771e1942fccde /go.mod
parent157b1667c1ba5723ea705fa265a0815c7c78198b (diff)
downloadx-85f710efeb8a4e8e4d444358a9462d2e188bfa28.tar.xz
x-85f710efeb8a4e8e4d444358a9462d2e188bfa28.zip
Squashed commit of the following:
commit 2d231ef175680e7ae01fb6e13c53781482c62e6a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Oct 11 23:06:36 2023 +0000 build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 8 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 28969b4..31ff177 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,9 @@ go 1.21
require (
cirello.io/goherokuname v0.0.0-20190914093443-b436bae8c2c5
+ github.com/Marcel-ICMC/graw v0.0.0-20230411090719-e24cd8592d25
github.com/McKael/madon/v2 v2.4.0
+ github.com/antonmedv/expr v1.15.0
github.com/aws/aws-sdk-go v1.44.317
github.com/bwmarrin/discordgo v0.27.1
github.com/chai2010/webp v1.1.1
@@ -39,9 +41,10 @@ require (
go.etcd.io/bbolt v1.3.7
go.jetpack.io/tyson v0.1.1
go4.org v0.0.0-20190313082347-94abd6928b1d
- golang.org/x/crypto v0.12.0
+ golang.org/x/crypto v0.14.0
golang.org/x/oauth2 v0.11.0
golang.org/x/sync v0.3.0
+ golang.zx2c4.com/wireguard v0.0.0-20230704135630-469159ecf7d1
honnef.co/go/transmission v0.0.0-20200712215954-58262f0ca9c9
modernc.org/sqlite v1.25.0
nhooyr.io/websocket v1.8.7
@@ -51,10 +54,8 @@ require (
)
require (
- github.com/Marcel-ICMC/graw v0.0.0-20230411090719-e24cd8592d25 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
- github.com/antonmedv/expr v1.15.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/evanw/esbuild v0.18.6 // indirect
github.com/fasthttp/router v1.4.20 // indirect
@@ -72,7 +73,6 @@ require (
github.com/turnage/redditproto v0.0.0-20151223012412-afedf1b6eddb // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.48.0 // indirect
- golang.zx2c4.com/wireguard v0.0.0-20230704135630-469159ecf7d1 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
@@ -169,10 +169,10 @@ require (
golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb // indirect
golang.org/x/image v0.7.0 // indirect
golang.org/x/mod v0.12.0 // indirect
- golang.org/x/net v0.14.0 // indirect
- golang.org/x/sys v0.11.0 // indirect
- golang.org/x/term v0.11.0 // indirect
- golang.org/x/text v0.12.0 // indirect
+ golang.org/x/net v0.17.0 // indirect
+ golang.org/x/sys v0.13.0 // indirect
+ golang.org/x/term v0.13.0 // indirect
+ golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.11.1
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect