refine docker_build.sh
Showing
... | ... | @@ -7,6 +7,7 @@ require ( |
github.com/gin-gonic/gin v1.9.1 | ||
github.com/lichmaker/sqlite-mock v0.0.0-20221012022024-fa0658e5d315 | ||
github.com/stretchr/testify v1.9.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
gorm.io/driver/mysql v1.5.6 | ||
gorm.io/driver/sqlite v1.5.5 | ||
gorm.io/gorm v1.25.8 | ||
... | ... | @@ -44,5 +45,4 @@ require ( |
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Please register or sign in to comment