Skip to content

Commit 47135c9

Browse files
committed
build: refactor codebase and optimize API interactions
- Add a replace directive for `github.com/gin-contrib/gzip` in the `go.mod` file Signed-off-by: appleboy <[email protected]>
1 parent 3b2d6e7 commit 47135c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_example/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ require (
3535
google.golang.org/protobuf v1.36.1 // indirect
3636
gopkg.in/yaml.v3 v3.0.1 // indirect
3737
)
38+
39+
replace github.com/gin-contrib/gzip => ../

0 commit comments

Comments
 (0)