Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Nov 17, 2023
1 parent ba0011e commit 640ac82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/Unleash/unleash-client-go/v4

require (
github.com/Masterminds/semver/v4 v4.1.1
github.com/Masterminds/semver/v3 v3.1.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
16 changes: 0 additions & 16 deletions go.sum

This file was deleted.

2 changes: 1 addition & 1 deletion internal/constraints/operator_semver.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package constraints

import (
"github.com/Masterminds/semver/v4"
"github.com/Masterminds/semver/v3"
"github.com/Unleash/unleash-client-go/v4/api"
"github.com/Unleash/unleash-client-go/v4/context"
)
Expand Down

0 comments on commit 640ac82

Please sign in to comment.