-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
146 additions
and
631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,72 @@ | ||
module github.com/gnames/gndiff | ||
|
||
go 1.17 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/devopsfaith/bloomfilter v1.4.0 | ||
github.com/dgraph-io/badger/v2 v2.2007.4 | ||
github.com/dvirsky/levenshtein v0.0.0-20200624034316-59b26b61c3c8 | ||
github.com/gnames/gnames v1.0.0-RC2 | ||
github.com/gnames/gnfmt v0.3.0 | ||
github.com/gnames/gnlib v0.14.0 | ||
github.com/gnames/gnparser v1.6.5 | ||
github.com/gnames/gnames v1.2.0 | ||
github.com/gnames/gnfmt v0.4.1 | ||
github.com/gnames/gnlib v0.20.0 | ||
github.com/gnames/gnparser v1.7.4 | ||
github.com/gnames/gnsys v0.2.2 | ||
github.com/gnames/levenshtein v0.2.1 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/spf13/viper v1.11.0 | ||
github.com/stretchr/testify v1.7.1 | ||
golang.org/x/perf v0.0.0-20220411212318-84e58bfe0a7e | ||
golang.org/x/tools v0.1.10 | ||
github.com/gnames/levenshtein v0.3.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/viper v1.16.0 | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/perf v0.0.0-20230905210155-35ce91820039 | ||
golang.org/x/tools v0.13.0 | ||
) | ||
|
||
require ( | ||
github.com/Shugyousha/mafsa v0.2.0 // indirect | ||
github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgraph-io/ristretto v0.1.0 // indirect | ||
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/gnames/gnstats v0.1.0 // indirect | ||
github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de // indirect | ||
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/gnames/gnstats v0.2.1 // indirect | ||
github.com/gnames/gnuuid v0.1.1 // indirect | ||
github.com/gnames/organizer v0.1.1 // indirect | ||
github.com/gnames/tribool v0.1.1 // indirect | ||
github.com/golang/glog v1.0.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/google/uuid v1.3.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.15.4 // indirect | ||
github.com/magiconair/properties v1.8.6 // indirect | ||
github.com/klauspost/compress v1.12.3 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.1 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.8 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rs/zerolog v1.26.1 // indirect | ||
github.com/spf13/afero v1.8.2 // indirect | ||
github.com/spf13/cast v1.4.1 // indirect | ||
github.com/rs/zerolog v1.30.0 // indirect | ||
github.com/spf13/afero v1.9.5 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/tmthrgd/atomics v0.0.0-20190904060638-dc7a5fcc7e0d // indirect | ||
github.com/tmthrgd/go-bitset v0.0.0-20190904054048-394d9a556c05 // indirect | ||
github.com/tmthrgd/go-bitwise v0.0.0-20190904053232-1430ee983fca // indirect | ||
github.com/tmthrgd/go-byte-test v0.0.0-20190904060354-2794345b9929 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
github.com/tmthrgd/go-memset v0.0.0-20190904060434-6fb7a21f88f1 // indirect | ||
github.com/tmthrgd/go-popcount v0.0.0-20190904054823-afb1ace8b04f // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect | ||
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect | ||
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
gopkg.in/ini.v1 v1.66.4 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
github.com/subosito/gotenv v1.4.2 // indirect | ||
github.com/tmthrgd/atomics v0.0.0-20180217065130-6910de195248 // indirect | ||
github.com/tmthrgd/go-bitset v0.0.0-20180828125936-62ad9ed7ff29 // indirect | ||
github.com/tmthrgd/go-bitwise v0.0.0-20170218093117-01bef038b6bd // indirect | ||
github.com/tmthrgd/go-byte-test v0.0.0-20170223110042-2eb5216b83f7 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20180828131331-d1fb3dbb16a1 // indirect | ||
github.com/tmthrgd/go-memset v0.0.0-20180828131805-6f4e59bf1e1d // indirect | ||
github.com/tmthrgd/go-popcount v0.0.0-20180111143836-3918361d3e97 // indirect | ||
golang.org/x/mod v0.12.0 // indirect | ||
golang.org/x/net v0.15.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.