This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathgo.mod
33 lines (31 loc) · 1.55 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
module github.com/dan-v/awslambdaproxy
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect
github.com/aws/aws-lambda-go v1.16.0
github.com/aws/aws-sdk-go v1.30.9
github.com/dan-v/gosocks5 v0.0.0-20171218225514-69190413d160 // indirect
github.com/dan-v/shadowsocks-go v0.0.0-20171218225457-a3924b5aead6 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/ginuerzh/gost v0.0.0-20200414134316-6e46ac03c7a7
github.com/go-ini/ini v1.32.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
github.com/lucas-clemente/fnv128a v0.0.0-20160504152609-393af48d3916 // indirect
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/xtaci/kcp-go.v2 v2.0.0-20170304104302-bf95749e1be2 // indirect
)