diff --git a/server/go.mod b/server/go.mod index f39d294..94e6186 100644 --- a/server/go.mod +++ b/server/go.mod @@ -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 ( @@ -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