aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: eead138aa6adcf1ef05acaaea1168524c84adb57 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
module within.website/x

go 1.19

require (
	cirello.io/goherokuname v0.0.0-20190914093443-b436bae8c2c5
	github.com/McKael/madon/v2 v2.0.0-20180929094633-c679abc985d6
	github.com/Yawning/bulb v0.0.0-20170405033506-85d80d893c3d
	github.com/aws/aws-sdk-go v1.44.145
	github.com/birkelund/boltdbcache v1.0.0
	github.com/bwmarrin/discordgo v0.26.1
	github.com/chai2010/webp v1.1.1
	github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
	github.com/disintegration/imaging v1.6.1
	github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51
	github.com/fogleman/primitive v0.0.0-20190214200932-673f57e7b1b5
	github.com/garyburd/redigo v1.6.4
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
	github.com/google/go-github v17.0.0+incompatible
	github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
	github.com/hullerob/go.farbfeld v0.0.0-20181222022525-3661193c725f
	github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
	github.com/joeshaw/envdecode v0.0.0-20180312135643-c9e015854467
	github.com/joho/godotenv v1.4.0
	github.com/kr/pretty v0.3.1
	github.com/miekg/dns v1.1.50
	github.com/mmikulicic/stringlist v1.0.0
	github.com/mndrix/golog v0.0.0-20170330170653-a28e2a269775
	github.com/otiai10/copy v1.9.0
	github.com/pborman/uuid v1.2.1
	github.com/peterh/liner v1.2.2
	github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
	github.com/pkg/errors v0.9.1
	github.com/posener/complete v1.2.3
	github.com/rs/cors v1.8.2
	github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
	github.com/sycamoreone/orc v0.0.0-20150204213357-1627eaec2699
	github.com/tetratelabs/wazero v1.0.0-pre.3
	github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
	github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119
	go4.org v0.0.0-20190313082347-94abd6928b1d
	golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
	golang.org/x/exp/errors v0.0.0-20190510132918-efd6b22b2522
	golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
	golang.org/x/net v0.2.0
	golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
	gopkg.in/tucnak/telebot.v2 v2.0.0-20190415090633-8c1c512262f2
	nhooyr.io/websocket v1.8.7
	tailscale.com v1.32.3
	tulpa.dev/cadey/jvozba v0.0.0-20200326200349-f0ebe310be06
	within.website/johaus v1.1.0
	within.website/ln v0.9.1
)

require (
	filippo.io/edwards25519 v1.0.0-rc.1 // indirect
	github.com/akutz/memconn v0.1.0 // indirect
	github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
	github.com/aws/aws-sdk-go-v2 v1.16.14 // indirect
	github.com/aws/aws-sdk-go-v2/config v1.11.0 // indirect
	github.com/aws/aws-sdk-go-v2/credentials v1.6.4 // indirect
	github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.8.2 // indirect
	github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.2 // indirect
	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.0.2 // indirect
	github.com/aws/aws-sdk-go-v2/internal/ini v1.3.2 // indirect
	github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.5.2 // indirect
	github.com/aws/aws-sdk-go-v2/service/ssm v1.17.1 // indirect
	github.com/aws/aws-sdk-go-v2/service/sso v1.6.2 // indirect
	github.com/aws/aws-sdk-go-v2/service/sts v1.11.1 // indirect
	github.com/aws/smithy-go v1.13.2 // indirect
	github.com/coreos/go-iptables v0.6.0 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/eaburns/peggy v0.0.0-20190420135231-b61cdde6efe6 // indirect
	github.com/eaburns/pretty v0.0.0-20190404101635-2e1d2550ef0b // indirect
	github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
	github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
	github.com/fogleman/gg v1.3.0 // indirect
	github.com/fxamacker/cbor/v2 v2.4.0 // indirect
	github.com/go-ole/go-ole v1.2.6 // indirect
	github.com/godbus/dbus/v5 v5.0.6 // indirect
	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/google/btree v1.0.1 // indirect
	github.com/google/go-cmp v0.5.8 // indirect
	github.com/google/go-querystring v1.0.0 // indirect
	github.com/google/uuid v1.3.0 // indirect
	github.com/gorilla/websocket v1.4.2 // indirect
	github.com/hashicorp/errwrap v1.1.0 // indirect
	github.com/hashicorp/go-multierror v1.1.1 // indirect
	github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
	github.com/insomniacslk/dhcp v0.0.0-20211209223715-7d93572ebe8e // indirect
	github.com/jmespath/go-jmespath v0.4.0 // indirect
	github.com/josharian/native v1.0.0 // indirect
	github.com/jsimonetti/rtnetlink v1.1.2-0.20220408201609-d380b505068b // indirect
	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
	github.com/klauspost/compress v1.15.4 // indirect
	github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
	github.com/kr/text v0.2.0 // indirect
	github.com/mattn/go-runewidth v0.0.13 // indirect
	github.com/mdlayher/genetlink v1.2.0 // indirect
	github.com/mdlayher/netlink v1.6.0 // indirect
	github.com/mdlayher/sdnotify v1.0.0 // indirect
	github.com/mdlayher/socket v0.2.3 // indirect
	github.com/mitchellh/go-ps v1.0.0 // indirect
	github.com/mndrix/ps v0.0.0-20170330174427-18e65badd6ab // indirect
	github.com/olekukonko/tablewriter v0.0.5 // indirect
	github.com/rivo/uniseg v0.2.0 // indirect
	github.com/rogpeppe/go-internal v1.9.0 // indirect
	github.com/sendgrid/rest v2.4.1+incompatible // indirect
	github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
	github.com/tailscale/certstore v0.1.1-0.20220316223106-78d6e1c49d8d // indirect
	github.com/tailscale/golang-x-crypto v0.0.0-20221009170451-62f465106986 // indirect
	github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 // indirect
	github.com/tailscale/netlink v1.1.1-0.20211101221916-cabfb018fe85 // indirect
	github.com/tcnksm/go-httpstat v0.2.0 // indirect
	github.com/u-root/uio v0.0.0-20220204230159-dac05f7d2cb4 // indirect
	github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54 // indirect
	github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
	github.com/x448/float16 v0.8.4 // indirect
	github.com/yawning/bulb v0.0.0-20170405033506-85d80d893c3d // indirect
	go.etcd.io/bbolt v1.3.2 // indirect
	go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
	go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf // indirect
	golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
	golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
	golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
	golang.org/x/sys v0.2.0 // indirect
	golang.org/x/term v0.2.0 // indirect
	golang.org/x/text v0.4.0 // indirect
	golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
	golang.org/x/tools v0.1.12 // indirect
	golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
	golang.zx2c4.com/wireguard v0.0.0-20220904105730-b51010ba13f0 // indirect
	golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
	google.golang.org/appengine v1.6.7 // indirect
	google.golang.org/protobuf v1.28.0 // indirect
	gvisor.dev/gvisor v0.0.0-20220817001344-846276b3dbc5 // indirect
)