mirror of
https://codeberg.org/scip/ts.git
synced 2026-08-24 06:44:19 +02:00
add expr-lang.org support (use with -e)
This commit is contained in:
12
go.mod
12
go.mod
@@ -1,15 +1,15 @@
|
||||
module codeberg.org/scip/ts
|
||||
|
||||
go 1.23.0
|
||||
go 1.26.0
|
||||
|
||||
toolchain go1.23.5
|
||||
toolchain go1.26.4
|
||||
|
||||
require (
|
||||
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
||||
github.com/ijt/go-anytime v1.9.2
|
||||
github.com/jinzhu/now v1.1.5
|
||||
github.com/knadh/koanf/providers/posflag v1.0.1
|
||||
github.com/knadh/koanf/v2 v2.3.0
|
||||
github.com/knadh/koanf/providers/posflag v1.0.2
|
||||
github.com/knadh/koanf/v2 v2.3.6
|
||||
github.com/rogpeppe/go-internal v1.14.1
|
||||
github.com/spf13/pflag v1.0.10
|
||||
github.com/stretchr/testify v1.11.1
|
||||
@@ -17,9 +17,11 @@ require (
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/expr-lang/expr v1.17.8 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
||||
github.com/ijt/goparsify v0.0.0-20221203142333-3a5276334b8d // indirect
|
||||
github.com/knadh/koanf/maps v0.1.2 // indirect
|
||||
github.com/knadh/koanf/maps v0.1.3 // indirect
|
||||
github.com/lestrrat-go/strftime v1.2.0 // indirect
|
||||
github.com/mitchellh/copystructure v1.2.0 // indirect
|
||||
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user