Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Mar 25, 2021
1 parent 7f2db85 commit 9a1329d
Show file tree
Hide file tree
Showing 326 changed files with 18 additions and 234,214 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module github.com/tidwall/jj

go 1.13
go 1.15

require (
github.com/mattn/go-isatty v0.0.10
github.com/tidwall/gjson v1.3.4
github.com/tidwall/pretty v1.0.0
github.com/tidwall/sjson v1.0.4
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/tidwall/gjson v1.7.1 // indirect
github.com/tidwall/sjson v1.1.5 // indirect
)
26 changes: 14 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
github.com/mattn/go-isatty v0.0.10 h1:qxFzApOv4WsAL965uUPIsXzAKCZxN2p9UqdhFS4ZW10=
github.com/mattn/go-isatty v0.0.10/go.mod h1:qgIWMr58cqv1PHHyhnkY9lrL7etaEgOFcMEpPG5Rm84=
github.com/tidwall/gjson v1.3.4 h1:On5waDnyKKk3SWE4EthbjjirAWXp43xx5cKCUZY1eZw=
github.com/tidwall/gjson v1.3.4/go.mod h1:P256ACg0Mn+j1RXIDXoss50DeIABTYK1PULOJHhxOls=
github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc=
github.com/tidwall/match v1.0.1/go.mod h1:LujAq0jyVjBy028G1WhWfIzbpQfMO8bBZ6Tyb0+pL9E=
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tidwall/sjson v1.0.4 h1:UcdIRXff12Lpnu3OLtZvnc03g4vH2suXDXhBwBqmzYg=
github.com/tidwall/sjson v1.0.4/go.mod h1:bURseu1nuBkFpIES5cz6zBtjmYeOQmEESshn7VpF15Y=
golang.org/x/sys v0.0.0-20191008105621-543471e840be h1:QAcqgptGM8IQBC9K/RC4o+O9YmqEm0diQn9QmZw/0mU=
golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
github.com/tidwall/gjson v1.6.8/go.mod h1:zeFuBCIqD4sN/gmqBzZ4j7Jd6UcA2Fc56x7QFsv+8fI=
github.com/tidwall/gjson v1.7.1 h1:hwkZ6V1/EF8FxNhKJrIXQwSscyl2yWCZ1SkOCQYHSHA=
github.com/tidwall/gjson v1.7.1/go.mod h1:5/xDoumyyDNerp2U36lyolv46b3uF/9Bu6OfyQ9GImk=
github.com/tidwall/match v1.0.3 h1:FQUVvBImDutD8wJLN6c5eMzWtjgONK9MwIBCOrUJKeE=
github.com/tidwall/match v1.0.3/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
github.com/tidwall/pretty v1.0.2/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tidwall/pretty v1.1.0 h1:K3hMW5epkdAVwibsQEfR/7Zj0Qgt4DxtNumTq/VloO8=
github.com/tidwall/pretty v1.1.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tidwall/sjson v1.1.5 h1:wsUceI/XDyZk3J1FUvuuYlK62zJv2HO2Pzb8A5EWdUE=
github.com/tidwall/sjson v1.1.5/go.mod h1:VuJzsZnTowhSxWdOgsAnb886i4AjEyTkk7tNtsL7EYE=
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 h1:vEOn+mP2zCOVzKckCZy6YsCtDblrpj/w7B9nxGNELpg=
golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
13 changes: 0 additions & 13 deletions vendor/github.com/mattn/go-isatty/.travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/mattn/go-isatty/LICENSE

This file was deleted.

50 changes: 0 additions & 50 deletions vendor/github.com/mattn/go-isatty/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/mattn/go-isatty/doc.go

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/mattn/go-isatty/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/github.com/mattn/go-isatty/go.sum

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/mattn/go-isatty/isatty_android.go

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/github.com/mattn/go-isatty/isatty_bsd.go

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/mattn/go-isatty/isatty_others.go

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/mattn/go-isatty/isatty_plan9.go

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/mattn/go-isatty/isatty_solaris.go

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/mattn/go-isatty/isatty_tcgets.go

This file was deleted.

125 changes: 0 additions & 125 deletions vendor/github.com/mattn/go-isatty/isatty_windows.go

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/tidwall/gjson/.travis.yml

This file was deleted.

Loading

0 comments on commit 9a1329d

Please sign in to comment.