diff options
author | github-actions <github-actions@github.com> | 2025-03-28 20:27:08 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2025-03-28 20:27:08 +0000 |
commit | a0f675b16d86820c7fa378857559ec9bdb4e982f (patch) | |
tree | 27a7eb4d5a8c2187057c07066e96ab9c62ddf5bb /go.mod | |
parent | 0e9629f57ed5b3f29dc66aa347790f9568bd6c99 (diff) |
auto-upgrade proxy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,10 +4,10 @@ go 1.21 toolchain go1.21.4 -require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250328195652-e83988506f03 +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20250328202420-5ecfb004d445 require ( - github.com/HimbeerserverDE/mt v0.0.0-20250328195248-7b34834724f7 // indirect + github.com/HimbeerserverDE/mt v0.0.0-20250328202241-25a3f019af5f // indirect github.com/HimbeerserverDE/srp v0.0.0 // indirect github.com/klauspost/compress v1.17.8 // indirect github.com/lib/pq v1.10.9 // indirect |