diff options
author | github-actions <github-actions@github.com> | 2023-12-09 14:09:08 +0000 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2023-12-09 14:09:08 +0000 |
commit | f6aaa5ae2402407f8acbe2c3f4786a1bbb94d7ea (patch) | |
tree | 1c3ebf109d4104a4f4cdb31e2b981ec9ee70bab6 /go.mod | |
parent | 9cea1cd75d97b97d639ffa45475eb051da2a9077 (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-20231209112207-92f5ab3b9d3d +require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231209140712-dc27b019acba require ( - github.com/HimbeerserverDE/mt v0.0.0-20230608181626-b0bf21e31b42 // indirect + github.com/HimbeerserverDE/mt v0.0.0-20231209140543-691802146fb0 // indirect github.com/HimbeerserverDE/srp v0.0.0 // indirect github.com/klauspost/compress v1.17.3 // indirect github.com/lib/pq v1.10.9 // indirect |