Skip to content
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
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ require (
github.com/go-courier/x v0.0.11
github.com/google/uuid v1.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/onsi/gomega v1.16.0
github.com/onsi/gomega v1.27.2
github.com/pkg/errors v0.9.1
golang.org/x/mod v0.5.0
golang.org/x/net v0.0.0-20210913180222-943fd674d43e
golang.org/x/tools v0.1.5
golang.org/x/mod v0.8.0
golang.org/x/net v0.7.0
golang.org/x/tools v0.6.0
)

require (
github.com/go-courier/reflectx v1.3.5 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading