-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
151 lines (147 loc) · 6.83 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
module github.com/postmannen/go-learning
go 1.21
toolchain go1.23.2
require (
fyne.io/fyne v1.2.4
gioui.org v0.0.0-20221023001956-9f62230c380f
github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca
github.com/boltdb/bolt v1.3.1
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/cockroachdb/pebble v0.0.0-20220527231317-d5bc42c2884b
github.com/creack/pty v1.1.17
github.com/davecheney/mdns v0.0.0-20151031101852-92644c59e7ce
github.com/dgraph-io/badger v1.6.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7
github.com/dominikbraun/graph v0.15.0
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/faiface/pixel v0.9.0
github.com/fsnotify/fsnotify v1.4.9
github.com/fxamacker/cbor/v2 v2.4.0
github.com/gdamore/tcell/v2 v2.5.3
github.com/go-playground/validator/v10 v10.10.1
github.com/goburrow/serial v0.1.0
github.com/golang/protobuf v1.5.2
github.com/google/goexpect v0.0.0-20191001010744-5b6988669ffa
github.com/google/gopacket v1.1.19
github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f
github.com/google/gousb v1.1.1
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.7.4
github.com/gorilla/schema v1.1.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/mdns v1.0.3
github.com/icholy/slippy v0.5.0
github.com/jung-kurt/gofpdf v1.16.2
github.com/klauspost/compress v1.17.11
github.com/manifoldco/promptui v0.7.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/miekg/dns v1.1.27
github.com/nats-io/nats.go v1.37.0
github.com/nats-io/nkeys v0.4.7
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
github.com/pingcap/errors v0.11.4
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.11.0
github.com/pkg/term v1.1.0
github.com/postmannen/parrotbebop v0.0.0-20200708124706-5d41829efe16
github.com/prometheus/client_golang v1.13.0
github.com/rivo/tview v0.0.0-20220911190240-55965cf21d8e
github.com/soniah/gosnmp v1.26.0
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/traefik/yaegi v0.9.21
github.com/vmihailenco/msgpack/v5 v5.3.5
go.bug.st/serial v1.3.3
golang.org/x/crypto v0.29.0
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539
golang.org/x/net v0.31.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sync v0.9.0
golang.org/x/sys v0.27.0
google.golang.org/api v0.30.0
google.golang.org/grpc v1.43.0
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/yaml.v3 v3.0.1
gopl.io v0.0.0-20200323155855-65c318dde95e
)
require (
cloud.google.com/go v0.65.0 // indirect
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.6 // indirect
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9 // indirect
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/DataDog/zstd v1.4.5 // indirect
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/benoitkugler/textlayout v0.1.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cockroachdb/errors v1.9.0 // indirect
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
github.com/cockroachdb/redact v1.1.3 // indirect
github.com/containerd/containerd v1.6.4 // indirect
github.com/creack/goselect v0.1.2 // indirect
github.com/davecheney/gmx v0.0.0-20180109053550-1b0ba6eee1a1 // indirect
github.com/dgraph-io/ristretto v0.0.2 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/faiface/glhf v0.0.0-20181018222622-82a6317ac380 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/fyne-io/mobile v0.0.1 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/getsentry/sentry-go v0.12.0 // indirect
github.com/gioui/uax v0.2.1-0.20220819135011-cda973fac06d // indirect
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
github.com/go-gl/mathgl v0.0.0-20190416160123-c4601bc793c7 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-text/typesetting v0.0.0-20220411150340-35994bc27a7b // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/srwiley/oksvg v0.0.0-20200311192757-870daf9aa564 // indirect
github.com/srwiley/rasterx v0.0.0-20181219215540-696f7edb7a7e // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/exp v0.0.0-20210722180016-6781d3edade3 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/protobuf v1.28.1 // indirect
gotest.tools v2.2.0+incompatible // indirect
)