add missing gorilla/mux migration, update credits (#16461)

This commit is contained in:
Harshavardhana
2023-01-23 22:16:37 +05:30
committed by GitHub
parent f37a5b6dae
commit 3683673fb0
6 changed files with 7 additions and 42 deletions

View File

@@ -5,7 +5,7 @@ go 1.18
require (
github.com/klauspost/compress v1.15.9
github.com/minio/colorjson v1.0.2
github.com/minio/madmin-go v1.7.3
github.com/minio/madmin-go/v2 v2.0.7
github.com/secure-io/sio-go v0.3.1
github.com/tinylib/msgp v1.1.6
)