|
@@ -1,4 +1,4 @@
|
|
|
-module boxcost
|
|
|
+module box-cost
|
|
|
|
|
|
go 1.19
|
|
|
|
|
@@ -9,7 +9,6 @@ require (
|
|
|
github.com/gin-gonic/gin v1.7.4
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
|
- github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d
|
|
|
github.com/spf13/viper v1.9.0
|
|
|
go.mongodb.org/mongo-driver v1.9.1
|
|
|
go.uber.org/dig v1.12.0
|
|
@@ -45,6 +44,7 @@ require (
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
github.com/nats-io/jwt/v2 v2.3.0 // indirect
|
|
|
+ github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d // indirect
|
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|