Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
chore: go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Feb 3, 2021
1 parent 1aa48fc commit 5f939c0
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 54 deletions.
35 changes: 16 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,34 @@ module github.com/flowerinthenight/oops
go 1.14

require (
cloud.google.com/go v0.71.0 // indirect
cloud.google.com/go/pubsub v1.8.2
github.com/NYTimes/gizmo v1.3.6
cloud.google.com/go v0.76.0 // indirect
cloud.google.com/go/pubsub v1.9.1 // indirect
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/aws/aws-sdk-go v1.35.21
github.com/aws/aws-sdk-go v1.37.2
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/fasthttp/websocket v1.4.3 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/flowerinthenight/longsub v0.0.14
github.com/flowerinthenight/longsub v1.0.2
github.com/gavv/httpexpect/v2 v2.1.0
github.com/imkira/go-interpol v1.1.0 // indirect
github.com/klauspost/compress v1.11.2 // indirect
github.com/klauspost/compress v1.11.7 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/nxadm/tail v1.4.5 // indirect
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/nxadm/tail v1.4.6 // indirect
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0
github.com/savsgio/gotils v0.0.0-20200909101946-939aa3fc74fb // indirect
github.com/savsgio/gotils v0.0.0-20210120114113-f9d780dcbd93 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1 // indirect
github.com/valyala/fasthttp v1.16.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/valyala/fasthttp v1.19.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201105001634-bc3cf281b174 // indirect
google.golang.org/genproto v0.0.0-20201104152603-2e45c02ce95c // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
go.opencensus.io v0.22.6 // indirect
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 5f939c0

Please sign in to comment.