summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2023-09-07 11:27:12 -0700
committerMike Crute <mike@crute.us>2023-09-07 11:27:46 -0700
commite65a19a20f75e3d5a391c420e477ef38543b330f (patch)
tree881b6b4bad05823f09cb1b9099745327d2537ac5 /go.mod
parent2b3566a33ccaf2b6eac16ffad2b049584fb4aac7 (diff)
downloadwebsocket_proxy-e65a19a20f75e3d5a391c420e477ef38543b330f.tar.bz2
websocket_proxy-e65a19a20f75e3d5a391c420e477ef38543b330f.tar.xz
websocket_proxy-e65a19a20f75e3d5a391c420e477ef38543b330f.zip
Upgrade golib echo to 0.11.2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ec9e7fc..313ff6b 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
8 code.crute.us/mcrute/golib/clients/autocert/v2 v2.2.0 8 code.crute.us/mcrute/golib/clients/autocert/v2 v2.2.0
9 code.crute.us/mcrute/golib/clients/netbox/v3 v3.2.0 9 code.crute.us/mcrute/golib/clients/netbox/v3 v3.2.0
10 code.crute.us/mcrute/golib/db/mongodb/v2 v2.1.0 10 code.crute.us/mcrute/golib/db/mongodb/v2 v2.1.0
11 code.crute.us/mcrute/golib/echo v0.11.0 11 code.crute.us/mcrute/golib/echo v0.11.2
12 code.crute.us/mcrute/golib/secrets v0.4.0 12 code.crute.us/mcrute/golib/secrets v0.4.0
13 github.com/go-webauthn/webauthn v0.8.4 13 github.com/go-webauthn/webauthn v0.8.4
14 github.com/google/go-querystring v1.1.0 14 github.com/google/go-querystring v1.1.0