This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
36 lines (34 loc) · 1.47 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/flowerinthenight/oops
go 1.14
require (
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.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 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.7 // indirect
github.com/mattn/go-colorable v0.1.8 // 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-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.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
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
)