Skip to content

Commit

Permalink
Fix misconfiguration in go.mod file (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Dec 13, 2022
1 parent 2bd12b3 commit 321f7a5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Lingua 1.2.1 (released on 13 Dec 2022)

### Bug Fixes

- A misconfiguration in a `go.mod` file caused errors when trying to download
the library via the `go get` command. This has been fixed. (#23)

## Lingua 1.2.0 (released on 12 Dec 2022)

### Features
Expand Down
2 changes: 1 addition & 1 deletion cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/abadojack/whatlanggo v1.0.1
github.com/jmhodges/gocld3 v0.0.0-20211031064447-cc40e88f7505
github.com/pemistahl/lingua-go v1.1.1
github.com/pemistahl/lingua-go v1.2.1
)

require (
Expand Down
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/pemistahl/lingua-go
go 1.18

require (
github.com/pemistahl/lingua-go/serialization v1.2.0
github.com/stretchr/testify v1.8.1
golang.org/x/exp v0.0.0-20221106115401-f9659909a136
google.golang.org/protobuf v1.28.1
Expand All @@ -14,5 +13,3 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/pemistahl/lingua-go/serialization => ./serialization
5 changes: 0 additions & 5 deletions serialization/go.mod

This file was deleted.

6 changes: 0 additions & 6 deletions serialization/go.sum

This file was deleted.

0 comments on commit 321f7a5

Please sign in to comment.