@@ -20967,6 +20967,31 @@ THE SOFTWARE.
20967
20967
20968
20968
================================================================
20969
20969
20970
+ go.uber.org/tools
20971
+ https://go.uber.org/tools
20972
+ ----------------------------------------------------------------
20973
+ Copyright (c) 2017 Uber Technologies, Inc.
20974
+
20975
+ Permission is hereby granted, free of charge, to any person obtaining a copy
20976
+ of this software and associated documentation files (the "Software"), to deal
20977
+ in the Software without restriction, including without limitation the rights
20978
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20979
+ copies of the Software, and to permit persons to whom the Software is
20980
+ furnished to do so, subject to the following conditions:
20981
+
20982
+ The above copyright notice and this permission notice shall be included in
20983
+ all copies or substantial portions of the Software.
20984
+
20985
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20986
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20987
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20988
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20989
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20990
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20991
+ THE SOFTWARE.
20992
+
20993
+ ================================================================
20994
+
20970
20995
go.uber.org/zap
20971
20996
https://go.uber.org/zap
20972
20997
----------------------------------------------------------------
@@ -21025,6 +21050,39 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21025
21050
21026
21051
================================================================
21027
21052
21053
+ golang.org/x/lint
21054
+ https://golang.org/x/lint
21055
+ ----------------------------------------------------------------
21056
+ Copyright (c) 2013 The Go Authors. All rights reserved.
21057
+
21058
+ Redistribution and use in source and binary forms, with or without
21059
+ modification, are permitted provided that the following conditions are
21060
+ met:
21061
+
21062
+ * Redistributions of source code must retain the above copyright
21063
+ notice, this list of conditions and the following disclaimer.
21064
+ * Redistributions in binary form must reproduce the above
21065
+ copyright notice, this list of conditions and the following disclaimer
21066
+ in the documentation and/or other materials provided with the
21067
+ distribution.
21068
+ * Neither the name of Google Inc. nor the names of its
21069
+ contributors may be used to endorse or promote products derived from
21070
+ this software without specific prior written permission.
21071
+
21072
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21073
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21074
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21075
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21076
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21077
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21078
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21079
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21080
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21081
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
21082
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21083
+
21084
+ ================================================================
21085
+
21028
21086
golang.org/x/mod
21029
21087
https://golang.org/x/mod
21030
21088
----------------------------------------------------------------
@@ -23786,3 +23844,29 @@ https://gopkg.in/yaml.v2
23786
23844
23787
23845
================================================================
23788
23846
23847
+ honnef.co/go/tools
23848
+ https://honnef.co/go/tools
23849
+ ----------------------------------------------------------------
23850
+ Copyright (c) 2016 Dominik Honnef
23851
+
23852
+ Permission is hereby granted, free of charge, to any person obtaining
23853
+ a copy of this software and associated documentation files (the
23854
+ "Software"), to deal in the Software without restriction, including
23855
+ without limitation the rights to use, copy, modify, merge, publish,
23856
+ distribute, sublicense, and/or sell copies of the Software, and to
23857
+ permit persons to whom the Software is furnished to do so, subject to
23858
+ the following conditions:
23859
+
23860
+ The above copyright notice and this permission notice shall be
23861
+ included in all copies or substantial portions of the Software.
23862
+
23863
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23864
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23865
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23866
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
23867
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23868
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23869
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23870
+
23871
+ ================================================================
23872
+
0 commit comments