|
@@ -4,6 +4,7 @@ go 1.21.4
|
|
|
|
|
|
require (
|
|
|
github.com/DeanThompson/ginpprof v0.0.0-20201112072838-007b1e56b2e1
|
|
|
+ github.com/denisbrodbeck/machineid v1.0.1
|
|
|
github.com/gin-gonic/gin v1.9.1
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
|
github.com/google/uuid v1.4.0
|
|
@@ -22,7 +23,6 @@ require (
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
|
github.com/chenzhuoyu/iasm v0.9.1 // indirect
|
|
|
- github.com/denisbrodbeck/machineid v1.0.1 // indirect
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|