1
1
mirror of https://github.com/wader/fq.git synced 2024-12-26 06:51:35 +03:00
fq/go.mod

27 lines
1.1 KiB
Modula-2
Raw Normal View History

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 (
// 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
// 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
// fork of github.com/chzyer/readline, see github.com/wader/readline fq branch
github.com/wader/readline v0.0.0-20210920124728-5a81f7707bac
// 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
golang.org/x/text v0.3.7
)
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
)