Skip to content

Commit

Permalink
Merge tag 'v0.7.0' into develop
Browse files Browse the repository at this point in the history
v0.7.0
  • Loading branch information
masonkatz committed Aug 27, 2023
2 parents 120ae8d + d15a4e2 commit 1af320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ require (
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/endobit/clog v0.4.0
github.com/spf13/cobra v1.7.0
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
gonum.org/v1/plot v0.13.0
)

Expand All @@ -24,6 +23,7 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/image v0.11.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
Expand Down

0 comments on commit 1af320d

Please sign in to comment.