mirror of
https://github.com/wader/fq.git
synced 2024-11-23 18:56:52 +03:00
404b17047d
Fixes: Iter function with no outputs in a path(...) throws errors https://github.com/itchyny/gojq/issues/191
83 lines
4.5 KiB
Modula-2
83 lines
4.5 KiB
Modula-2
module github.com/wader/fq
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
// fork of github.com/itchyny/gojq, see github.com/wader/gojq fq branch
|
|
github.com/wader/gojq v0.12.1-0.20220929141349-8874f5c7907c
|
|
// fork of github.com/chzyer/readline, see github.com/wader/readline fq branch
|
|
github.com/wader/readline v0.0.0-20220928125628-732951d41240
|
|
)
|
|
|
|
require (
|
|
// bump: gomod-BurntSushi/toml /github\.com\/BurntSushi\/toml v(.*)/ https://github.com/BurntSushi/toml.git|^1
|
|
// bump: gomod-BurntSushi/toml command go get -d github.com/BurntSushi/toml@v$LATEST && go mod tidy
|
|
// bump: gomod-BurntSushi/toml link "Source diff $CURRENT..$LATEST" https://github.com/BurntSushi/toml/compare/v$CURRENT..v$LATEST
|
|
github.com/BurntSushi/toml v1.2.0
|
|
|
|
// bump: gomod-creasty-defaults /github\.com\/creasty\/defaults v(.*)/ https://github.com/creasty/defaults.git|^1
|
|
// bump: gomod-creasty-defaults command go get -d github.com/creasty/defaults@v$LATEST && go mod tidy
|
|
// bump: gomod-creasty-defaults link "Source diff $CURRENT..$LATEST" https://github.com/creasty/defaults/compare/v$CURRENT..v$LATEST
|
|
github.com/creasty/defaults v1.6.0
|
|
|
|
// bump: gomod-golang-snappy /github\.com\/golang\/snappy v(.*)/ https://github.com/golang/snappy.git|^0
|
|
// bump: gomod-golang-snappy command go get -d github.com/golang/snappy@v$LATEST && go mod tidy
|
|
// bump: gomod-golang-snappy link "Source diff $CURRENT..$LATEST" https://github.com/golang/snappy/compare/v$CURRENT..v$LATEST
|
|
github.com/golang/snappy v0.0.4
|
|
|
|
// has no tags
|
|
// go get -d github.com/gomarkdown/markdown@master && go mod tidy
|
|
github.com/gomarkdown/markdown v0.0.0-20220905174103-7b278df48cfb
|
|
|
|
// has no tags yet
|
|
// bump-disabled: gomod-gopacket /github\.com\/gopacket\/gopacket v(.*)/ https://github.com/gopacket/gopacket.git|^1
|
|
// bump-disabled: gomod-gopacket command go get -d github.com/gopacket/gopacket@v$LATEST && go mod tidy
|
|
// bump-disabled: gomod-gopacket link "Release notes" https://github.com/gopacket/gopacket/releases/tag/v$LATEST
|
|
github.com/gopacket/gopacket v0.0.0-20220819214934-ee81b8c880da
|
|
|
|
// bump: gomod-copystructure /github\.com\/mitchellh\/copystructure v(.*)/ https://github.com/mitchellh/copystructure.git|^1
|
|
// bump: gomod-copystructure command go get -d github.com/mitchellh/copystructure@v$LATEST && go mod tidy
|
|
// bump: gomod-copystructure link "CHANGELOG" https://github.com/mitchellh/copystructure/blob/master/CHANGELOG.md
|
|
github.com/mitchellh/copystructure v1.2.0
|
|
|
|
// bump: gomod-mapstructure /github\.com\/mitchellh\/mapstructure v(.*)/ https://github.com/mitchellh/mapstructure.git|^1
|
|
// bump: gomod-mapstructure command go get -d github.com/mitchellh/mapstructure@v$LATEST && go mod tidy
|
|
// bump: gomod-mapstructure link "CHANGELOG" https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
|
|
// bump: gomod-go-difflib /github\.com\/pmezard\/go-difflib v(.*)/ https://github.com/pmezard/go-difflib.git|^1
|
|
// bump: gomod-go-difflib command go get -d github.com/pmezard/go-difflib@v$LATEST && go mod tidy
|
|
// bump: gomod-go-difflib link "Source diff $CURRENT..$LATEST" https://github.com/pmezard/go-difflib/compare/v$CURRENT..v$LATEST
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
|
|
// has no tags
|
|
// go get -d golang.org/x/crypto@master && go mod tidy
|
|
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be
|
|
|
|
// has no tags
|
|
// go get -d golang.org/x/exp@master && go mod tidy
|
|
golang.org/x/exp v0.0.0-20220927162542-c76eaa363f9d
|
|
|
|
// has no tags
|
|
// go get -d golang.org/x/net@master && go mod tidy
|
|
golang.org/x/net v0.0.0-20220927171203-f486391704dc
|
|
|
|
// bump: gomod-golang/text /golang\.org\/x\/text v(.*)/ https://github.com/golang/text.git|^0
|
|
// bump: gomod-golang/text command go get -d golang.org/x/text@v$LATEST && go mod tidy
|
|
// bump: gomod-golang/text link "Source diff $CURRENT..$LATEST" https://github.com/golang/text/compare/v$CURRENT..v$LATEST
|
|
golang.org/x/text v0.3.7
|
|
|
|
// bump: gomod-gopkg.in/yaml.v3 /gopkg\.in\/yaml\.v3 v(.*)/ https://github.com/go-yaml/yaml.git|^3
|
|
// bump: gomod-gopkg.in/yaml.v3 command go get -d gopkg.in/yaml.v3@v$LATEST && go mod tidy
|
|
// bump: gomod-gopkg.in/yaml.v3 link "Source diff $CURRENT..$LATEST" https://github.com/go-yaml/yaml/compare/v$CURRENT..v$LATEST
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/itchyny/timefmt-go v0.1.4 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|