Commit b9aa45e 1 parent 11180dd commit b9aa45e Copy full SHA for b9aa45e
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/ryboe/q
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require github.com/kr/pretty v0.3.1
6
6
7
7
require (
8
8
github.com/kr/text v0.2.0 // indirect
9
- github.com/rogpeppe/go-internal v1.11 .0 // indirect
9
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
10
10
)
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
5
5
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
6
6
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e /go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA =
7
7
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
8
- github.com/rogpeppe/go-internal v1.11 .0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M =
9
- github.com/rogpeppe/go-internal v1.11 .0 /go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA =
8
+ github.com/rogpeppe/go-internal v1.12 .0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
9
+ github.com/rogpeppe/go-internal v1.12 .0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ github.com/kr/pretty
4
4
# github.com/kr/text v0.2.0
5
5
## explicit
6
6
github.com/kr/text
7
- # github.com/rogpeppe/go-internal v1.11 .0
8
- ## explicit; go 1.19
7
+ # github.com/rogpeppe/go-internal v1.12 .0
8
+ ## explicit; go 1.20
9
9
github.com/rogpeppe/go-internal/fmtsort
You can’t perform that action at this time.
0 commit comments