Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

build(deps): bump github.com/gin-gonic/gin from 1.3.0 to 1.9.0 #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
17 changes: 3 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,17 @@ require (
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/dop251/goja v0.0.0-20200526165454-f1752421c432
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/gin-gonic/gin v1.9.0
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/gofuzz v1.0.0
github.com/google/uuid v1.1.1
github.com/hashicorp/go-immutable-radix v1.2.0
github.com/json-iterator/go v1.1.9 // indirect
github.com/kentik/patricia v0.0.0-20190405133149-20eb46c597b3
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.1.17
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
github.com/pkg/errors v0.9.1
Expand All @@ -30,17 +26,10 @@ require (
github.com/spf13/viper v1.3.2
github.com/sqreen/go-libsqreen v0.7.1
github.com/sqreen/go-sdk/signal v1.2.0
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.8.1
go.elastic.co/apm/module/apmsql v1.9.0
golang.org/x/crypto v0.0.0-20201116153603-4be66e5b6582 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974
golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48 // indirect
golang.org/x/tools v0.0.0-20201117152513-9036a0f9af11 // indirect
golang.org/x/net v0.7.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading