Skip to content

Commit 6cccf9f

Browse files
authored
Delete unnecessary dependency for pretty printing in an example (#1187)
1 parent bcff81b commit 6cccf9f

File tree

19 files changed

+1
-1029
lines changed

19 files changed

+1
-1029
lines changed

THIRD-PARTY-NOTICES

-50
Original file line numberDiff line numberDiff line change
@@ -470,56 +470,6 @@ The above copyright notice and this permission notice shall be included in all c
470470

471471
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
472472

473-
----------------------------------------------------------------------
474-
License notice for github.com/kr/pretty
475-
----------------------------------------------------------------------
476-
477-
The MIT License (MIT)
478-
479-
Copyright 2012 Keith Rarick
480-
481-
Permission is hereby granted, free of charge, to any person obtaining a copy
482-
of this software and associated documentation files (the "Software"), to deal
483-
in the Software without restriction, including without limitation the rights
484-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
485-
copies of the Software, and to permit persons to whom the Software is
486-
furnished to do so, subject to the following conditions:
487-
488-
The above copyright notice and this permission notice shall be included in
489-
all copies or substantial portions of the Software.
490-
491-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
492-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
493-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
494-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
495-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
496-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
497-
THE SOFTWARE.
498-
499-
----------------------------------------------------------------------
500-
License notice for github.com/kr/text
501-
----------------------------------------------------------------------
502-
503-
Copyright 2012 Keith Rarick
504-
505-
Permission is hereby granted, free of charge, to any person obtaining a copy
506-
of this software and associated documentation files (the "Software"), to deal
507-
in the Software without restriction, including without limitation the rights
508-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
509-
copies of the Software, and to permit persons to whom the Software is
510-
furnished to do so, subject to the following conditions:
511-
512-
The above copyright notice and this permission notice shall be included in
513-
all copies or substantial portions of the Software.
514-
515-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
516-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
517-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
518-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
519-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
520-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
521-
THE SOFTWARE.
522-
523473
----------------------------------------------------------------------
524474
License notice for github.com/markbates/oncer
525475
----------------------------------------------------------------------

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ require (
1313
github.com/golang/snappy v0.0.1
1414
github.com/google/go-cmp v0.5.2
1515
github.com/klauspost/compress v1.13.6
16-
github.com/kr/pretty v0.1.0
1716
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe
1817
github.com/xdg-go/scram v1.1.1
1918
github.com/xdg-go/stringprep v1.0.3

go.sum

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
66
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
77
github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc=
88
github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
9-
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
10-
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
11-
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
12-
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
13-
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
149
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe h1:iruDEfMl2E6fbMZ9s0scYfZQ84/6SPL6zC8ACM2oIL0=
1510
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc=
1611
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=

vendor/github.com/kr/pretty/.gitignore

-4
This file was deleted.

vendor/github.com/kr/pretty/License

-21
This file was deleted.

vendor/github.com/kr/pretty/Readme

-9
This file was deleted.

vendor/github.com/kr/pretty/diff.go

-265
This file was deleted.

0 commit comments

Comments
 (0)