Update modules
This commit is contained in:
parent
a33f8b7539
commit
e326984ca6
4
go.mod
4
go.mod
|
@ -3,7 +3,7 @@ module git.kemonine.info/PiFrame
|
|||
go 1.15
|
||||
|
||||
require (
|
||||
git.sungo.io/sungo/argon v0.0.0-20200829034015-23dc0c16f626
|
||||
git.sungo.io/sungo/argon v0.0.0-20200904233623-18a98e1a4706
|
||||
github.com/d2r2/go-bh1750 v0.0.0-20181222061755-1195122364ab // indirect
|
||||
github.com/d2r2/go-i2c v0.0.0-20191123181816-73a8a799d6bc // indirect
|
||||
github.com/d2r2/go-logger v0.0.0-20181221090742-9998a510495e // indirect
|
||||
|
@ -17,5 +17,7 @@ require (
|
|||
github.com/mackerelio/go-osstat v0.1.0 // indirect
|
||||
github.com/rivo/tview v0.0.0-20200818120338-53d50e499bf9
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/warthog618/gpiod v0.5.0 // indirect
|
||||
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
||||
periph.io/x/periph v3.6.4+incompatible // indirect
|
||||
)
|
||||
|
|
2
go.sum
2
go.sum
|
@ -1,6 +1,8 @@
|
|||
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
|
||||
git.sungo.io/sungo/argon v0.0.0-20200829034015-23dc0c16f626 h1:HtFpcv/yMQmnYSjzYPgf2KaZn0QnAmYP+ba3fCuJMdY=
|
||||
git.sungo.io/sungo/argon v0.0.0-20200829034015-23dc0c16f626/go.mod h1:GjGWfnGGw1KtipqUyjHDk9mGELjKm/pd/dwAApVBiJs=
|
||||
git.sungo.io/sungo/argon v0.0.0-20200904233623-18a98e1a4706 h1:gD/4qfTLeuaG9/MqcQYzoVutiADl6JtYL05PcPfETwc=
|
||||
git.sungo.io/sungo/argon v0.0.0-20200904233623-18a98e1a4706/go.mod h1:3XJJhLC7vO4Yk96G/LEiiwBDXAEdj2lVB/oueweUShY=
|
||||
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
|
||||
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
|
||||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
||||
|
|
6
vendor/modules.txt
vendored
6
vendor/modules.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
# git.sungo.io/sungo/argon v0.0.0-20200829034015-23dc0c16f626
|
||||
# git.sungo.io/sungo/argon v0.0.0-20200904233623-18a98e1a4706
|
||||
## explicit
|
||||
git.sungo.io/sungo/argon/fan
|
||||
# github.com/d2r2/go-bh1750 v0.0.0-20181222061755-1195122364ab
|
||||
|
@ -104,6 +104,8 @@ github.com/rivo/uniseg
|
|||
# github.com/spf13/pflag v1.0.5
|
||||
## explicit
|
||||
github.com/spf13/pflag
|
||||
# github.com/warthog618/gpiod v0.5.0
|
||||
## explicit
|
||||
# golang.org/x/sys v0.0.0-20200817155316-9781c653f443
|
||||
golang.org/x/sys/internal/unsafeheader
|
||||
golang.org/x/sys/unix
|
||||
|
@ -115,3 +117,5 @@ golang.org/x/text/transform
|
|||
# gopkg.in/fsnotify.v1 v1.4.7
|
||||
## explicit
|
||||
gopkg.in/fsnotify.v1
|
||||
# periph.io/x/periph v3.6.4+incompatible
|
||||
## explicit
|
||||
|
|
Loading…
Reference in a new issue