diff --git a/examples/gin-server/go.mod b/examples/gin-server/go.mod index b495b01..fa269bd 100644 --- a/examples/gin-server/go.mod +++ b/examples/gin-server/go.mod @@ -1,11 +1,11 @@ -module github.com/acl-dev/gin-service +module main go 1.16 -replace github.com/acl-dev/go-service => ../.. +replace github.com/acl-dev/gin-service => ../.. require ( - github.com/acl-dev/go-service v1.1.2 github.com/acl-dev/gin-service v1.0.1 - github.com/gin-gonic/gin v1.7.7 + github.com/acl-dev/go-service v1.1.2 + github.com/gin-gonic/gin v1.7.7 )