Skip to content

Commit

Permalink
Update go.mod to remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
abdealijaroli committed Sep 22, 2024
1 parent 6efbfef commit 0802a35
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 @@ -5,7 +5,6 @@ go 1.22.3
require (
github.com/a-h/templ v0.2.747
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/lib/pq v1.10.9
github.com/pion/webrtc/v3 v3.3.1
Expand All @@ -14,6 +13,7 @@ require (
)

require (
github.com/google/uuid v1.6.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pion/datachannel v1.5.8 // indirect
Expand Down

0 comments on commit 0802a35

Please sign in to comment.