Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions gin/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ go 1.12

require (
github.com/SkyAPM/go2sky v1.5.0
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/ugorji/go v1.1.9 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
github.com/gin-gonic/gin v1.9.0
skywalking.apache.org/repo/goapi v0.0.0-20220401015832-2c9eee9481eb
)
Loading