Skip to content

Commit

Permalink
Merge pull request #8 from penguin-statistics/renovate/gopkg.in-gureg…
Browse files Browse the repository at this point in the history
…u-null.v3-4.x
  • Loading branch information
GalvinGao authored Aug 24, 2023
2 parents 423a295 + dfb9c93 commit c574108
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/machinebox/graphql v0.2.2
github.com/oklog/ulid/v2 v2.1.0
github.com/pkg/errors v0.9.1
github.com/resendlabs/resend-go v1.7.0
github.com/rs/zerolog v1.30.0
Expand All @@ -24,12 +25,10 @@ require (
go.uber.org/fx v1.20.0
golang.org/x/crypto v0.9.0
gopkg.in/guregu/null.v3 v3.5.0
gopkg.in/guregu/null.v4 v4.0.0
)

require (
github.com/matryer/is v1.4.1 // indirect
github.com/oklog/ulid/v2 v2.1.0 // indirect
)
require github.com/matryer/is v1.4.1 // indirect

require (
github.com/agnivade/levenshtein v1.1.1 // indirect
Expand Down Expand Up @@ -62,7 +61,6 @@ require (
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.9.3 // indirect
gopkg.in/guregu/null.v4 v4.0.0
gopkg.in/yaml.v3 v3.0.1 // indirect
mellium.im/sasl v0.3.1 // indirect
)

0 comments on commit c574108

Please sign in to comment.