2021-08-17 13:06:32 +03:00
|
|
|
module github.com/wader/fq
|
2020-06-08 03:29:51 +03:00
|
|
|
|
2021-08-20 16:10:16 +03:00
|
|
|
go 1.17
|
2020-06-08 03:29:51 +03:00
|
|
|
|
|
|
|
require (
|
2021-10-05 13:18:47 +03:00
|
|
|
// bump: gomod-mapstructure /github.com\/mitchellh\/mapstructure v(.*)/ git://github.com/mitchellh/mapstructure|^1
|
|
|
|
// bump: gomod-mapstructure command go get -d github.com/mitchellh/mapstructure@v$LATEST && go mod tidy
|
2021-09-22 02:35:27 +03:00
|
|
|
github.com/mitchellh/mapstructure v1.4.2
|
2021-10-05 13:18:47 +03:00
|
|
|
// bump: gomod-go-difflib /github.com\/pmezard\/go-difflib v(.*)/ git://github.com/pmezard/go-difflib|^1
|
|
|
|
// bump: gomod-go-difflib command go get -d github.com/pmezard/go-difflib@v$LATEST && go mod tidy
|
2020-06-08 03:29:51 +03:00
|
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
|
|
|
2021-09-19 13:07:37 +03:00
|
|
|
// fork of github.com/itchyny/gojq, see github.com/wader/gojq fq branch
|
2021-10-19 16:43:48 +03:00
|
|
|
github.com/wader/gojq v0.12.1-0.20211019125302-07c9e4ca9d76
|
2021-09-20 13:08:12 +03:00
|
|
|
// fork of github.com/chzyer/readline, see github.com/wader/readline fq branch
|
|
|
|
github.com/wader/readline v0.0.0-20210920124728-5a81f7707bac
|
2021-09-06 02:08:03 +03:00
|
|
|
|
2021-10-05 13:18:47 +03:00
|
|
|
// bump: gomod-golang/text /golang\.org\/x\/text v(.*)/ git://github.com/golang/text|^0
|
|
|
|
// bump: gomod-golang/text command go get -d golang.org/x/text@v$LATEST && go mod tidy
|
2021-09-06 02:08:03 +03:00
|
|
|
golang.org/x/text v0.3.7
|
2021-08-17 13:06:32 +03:00
|
|
|
)
|
2021-08-20 16:10:16 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/itchyny/timefmt-go v0.1.3 // indirect
|
2021-09-01 16:16:42 +03:00
|
|
|
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
|
2021-08-20 16:10:16 +03:00
|
|
|
)
|