Skip to content

Commit

Permalink
build demo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin committed Mar 2, 2023
1 parent e56348b commit 2668a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/gin-server/go.mod
Original file line number Diff line number Diff line change
@@ -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
)

0 comments on commit 2668a74

Please sign in to comment.