-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 788 Bytes
/
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
module github.com/areknoster/attendgo
go 1.18
require (
github.com/blackjack/webcam v0.0.0-20220329180758-ba064708e165
github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807
github.com/esimov/pigo v1.4.5
github.com/go-chi/chi/v5 v5.0.7
github.com/lamhai1401/mediadevices v0.2.6
github.com/sethvargo/go-envconfig v0.6.0
github.com/stretchr/testify v1.7.1
github.com/warthog618/gpiod v0.8.0
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)