forked from stapelberg/scan2drive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
73 lines (69 loc) · 3.48 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
module github.com/stapelberg/scan2drive
go 1.18
require (
cloud.google.com/go v0.60.0 // indirect
github.com/augustoroman/serial_lcd v0.0.0-20141102051859-34f3eb309a2e
github.com/brutella/dnssd v1.1.2-0.20200724110520-5bf037ffaa39
github.com/eclipse/paho.mqtt.golang v1.3.4
github.com/gokrazy/gokrazy v0.0.0-20200629220445-6739b590288a
github.com/gokrazy/internal v0.0.0-20200626090505-539bb61868de // indirect
github.com/google/renameio v0.1.0
github.com/google/uuid v1.3.0
github.com/gorilla/context v1.1.1
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/signintech/gopdf v0.9.0
github.com/stapelberg/airscan v0.0.0-20210404065721-9b9f6be23a95
github.com/tarm/goserial v0.0.0-20151007205400-b3440c3c6355 // indirect
go.opencensus.io v0.22.4 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34
golang.org/x/text v0.3.7 // indirect
google.golang.org/api v0.28.0
google.golang.org/genproto v0.0.0-20200702021140-07506425bd67 // indirect
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.25.0
tailscale.com v1.16.2
)
require github.com/stapelberg/turbojpeg v0.0.0-20220502190328-108fc19f61ba
require (
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
github.com/coreos/go-iptables v0.6.0 // indirect
github.com/go-multierror/multierror v1.0.2 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus/v5 v5.0.5 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/insomniacslk/dhcp v0.0.0-20210621130208-1cac67f12b1e // indirect
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
github.com/jsimonetti/rtnetlink v0.0.0-20210525051524-4cc836578190 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/mdlayher/netlink v1.4.1 // indirect
github.com/mdlayher/sdnotify v0.0.0-20210228150836-ea3ec207d697 // indirect
github.com/mdlayher/socket v0.0.0-20210307095302-262dc9984e00 // indirect
github.com/miekg/dns v1.1.43 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tailscale/certstore v0.0.0-20210528134328-066c94b793d3 // indirect
github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 // indirect
github.com/tcnksm/go-httpstat v0.2.0 // indirect
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
go4.org/intern v0.0.0-20210108033219-3eb7198706b2 // indirect
go4.org/mem v0.0.0-20201119185036-c04c5a6ff174 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
golang.zx2c4.com/wireguard v0.0.0-20210905140043-2ef39d47540c // indirect
golang.zx2c4.com/wireguard/windows v0.4.10 // indirect
google.golang.org/appengine v1.6.6 // indirect
inet.af/netaddr v0.0.0-20210721214506-ce7a8ad02cc1 // indirect
inet.af/netstack v0.0.0-20210622165351-29b14ebc044e // indirect
rsc.io/goversion v1.2.0 // indirect
)