2024-12-10 09:14:12 +08:00

20 lines
520 B
Modula-2

module github.com/zhang2092/go-url-shortener
go 1.23.3
require (
github.com/gorilla/mux v1.8.1
github.com/itchyny/base58-go v0.2.2
github.com/joho/godotenv v1.5.1
github.com/redis/go-redis/v9 v9.7.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)