Commit 39593c8 1 parent 68564b5 commit 39593c8 Copy full SHA for 39593c8
File tree 5 files changed +474
-0
lines changed
5 files changed +474
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Go template downloaded with gut
3
+ * .exe
4
+ * .exe~
5
+ * .dll
6
+ * .so
7
+ * .dylib
8
+ * .test
9
+ * .out
10
+ go.work
11
+ .gut
Original file line number Diff line number Diff line change
1
+ module github.com/julien040/anyquery/plugins/store-manager
2
+
3
+ go 1.22.5
4
+
5
+ require (
6
+ github.com/pelletier/go-toml v1.9.5
7
+ github.com/spf13/pflag v1.0.5
8
+ )
9
+
10
+ require (
11
+ github.com/bitfield/script v0.22.1 // indirect
12
+ github.com/itchyny/gojq v0.12.13 // indirect
13
+ github.com/itchyny/timefmt-go v0.1.5 // indirect
14
+ golang.org/x/sys v0.22.0 // indirect
15
+ golang.org/x/term v0.22.0 // indirect
16
+ mvdan.cc/sh/v3 v3.7.0 // indirect
17
+ )
Original file line number Diff line number Diff line change
1
+ github.com/bitfield/script v0.22.1 h1:DphxoC5ssYciwd0ZS+N0Xae46geAD/0mVWh6a2NUxM4 =
2
+ github.com/bitfield/script v0.22.1 /go.mod h1:fv+6x4OzVsRs6qAlc7wiGq8fq1b5orhtQdtW0dwjUHI =
3
+ github.com/itchyny/gojq v0.12.13 h1:IxyYlHYIlspQHHTE0f3cJF0NKDMfajxViuhBLnHd/QU =
4
+ github.com/itchyny/gojq v0.12.13 /go.mod h1:JzwzAqenfhrPUuwbmEz3nu3JQmFLlQTQMUcOdnu/Sf4 =
5
+ github.com/itchyny/timefmt-go v0.1.5 h1:G0INE2la8S6ru/ZI5JecgyzbbJNs5lG1RcBqa7Jm6GE =
6
+ github.com/itchyny/timefmt-go v0.1.5 /go.mod h1:nEP7L+2YmAbT2kZ2HfSs1d8Xtw9LY8D2stDBckWakZ8 =
7
+ github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8 =
8
+ github.com/pelletier/go-toml v1.9.5 /go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c =
9
+ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
10
+ github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
11
+ golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI =
12
+ golang.org/x/sys v0.22.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
13
+ golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk =
14
+ golang.org/x/term v0.22.0 /go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4 =
15
+ mvdan.cc/sh/v3 v3.7.0 h1:lSTjdP/1xsddtaKfGg7Myu7DnlHItd3/M2tomOcNNBg =
16
+ mvdan.cc/sh/v3 v3.7.0 /go.mod h1:K2gwkaesF/D7av7Kxl0HbF5kGOd2ArupNTX3X44+8l8 =
You can’t perform that action at this time.
0 commit comments