Skip to content

Commit

Permalink
build: refactor codebase and optimize API interactions
Browse files Browse the repository at this point in the history
- Add a replace directive for `github.com/gin-contrib/gzip` in the `go.mod` file

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Jan 12, 2025
1 parent 3b2d6e7 commit 47135c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ require (
google.golang.org/protobuf v1.36.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/gin-contrib/gzip => ../

0 comments on commit 47135c9

Please sign in to comment.