Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer authored Mar 25, 2023
1 parent 9a0e110 commit bd5f330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/gin-gonic/gin v1.9.0
github.com/google/uuid v1.3.0
github.com/joho/godotenv v1.5.1
github.com/warthog618/modem v0.4.0
)

require (
Expand All @@ -17,7 +18,6 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/warthog618/modem v0.4.0 // indirect
golang.org/x/arch v0.2.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/text v0.7.0 // indirect
Expand Down

0 comments on commit bd5f330

Please sign in to comment.