Skip to content

Commit

Permalink
fix weird go mod splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Dec 20, 2023
1 parent 9810d39 commit 0f8b556
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ require (
github.com/buildkite/yaml v0.0.0-20181016232759-0caa5f0796e3
github.com/drone/envsubst v1.0.3
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.5.9
github.com/lib/pq v1.10.9
github.com/microcosm-cc/bluemonday v1.0.26
)

require github.com/google/go-cmp v0.5.9

require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/google/uuid v1.4.0
Expand Down

0 comments on commit 0f8b556

Please sign in to comment.