Skip to content

Commit

Permalink
fix: Remove ineffective replace directive (#646)
Browse files Browse the repository at this point in the history
# Description
`replace` directives prevent usage of `go install` or `go run` against
this package.

Furthermore, the `replace` directive had a typo in it, so it was not
doing anything anyway.

## Checklist
(For exoscale contributors)

* [ ] Changelog updated (under *Unreleased* block)
* [ ] Testing

## Testing

Removed replace directive.
Ran `go mod tidy`
Ran `go mod vendor`
Checked that no dependencies were changed
Ran `go test ./...` for good measure
  • Loading branch information
wdullaer authored Oct 25, 2024
1 parent 2516195 commit 98537a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module github.com/exoscale/cli

replace gopkg.ini/ini.v1 => github.com/go-ini/ini v1.42.0

require (
github.com/aws/aws-sdk-go-v2 v1.2.0
github.com/aws/aws-sdk-go-v2/config v1.1.1
Expand Down
1 change: 0 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -788,4 +788,3 @@ gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.1
## explicit
gopkg.in/yaml.v3
# gopkg.ini/ini.v1 => github.com/go-ini/ini v1.42.0

0 comments on commit 98537a7

Please sign in to comment.