Skip to content

Commit

Permalink
fixes go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
gosom committed Apr 15, 2023
1 parent a66bfbf commit 33696b3
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 @@ -10,6 +10,7 @@ require (
github.com/playwright-community/playwright-go v0.2000.1
github.com/stretchr/testify v1.8.1
github.com/syndtr/goleveldb v1.0.0
golang.org/x/sync v0.1.0
)

require (
Expand All @@ -27,7 +28,6 @@ require (
github.com/rs/zerolog v1.28.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
Expand Down

0 comments on commit 33696b3

Please sign in to comment.