Skip to content

Commit 8c8d496

Browse files
authored
Use custom fork of go-lookup (#1105)
* Use custom fork of go-lookup * Update licence ref
1 parent c2cc3b2 commit 8c8d496

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ go.sum,github.com/ianlancetaylor/demangle,BSD-3-Clause,2015 The Go Authors
5757
go.sum,github.com/Microsoft/go-winio,MIT,2015 Microsoft
5858
go.sum,github.com/konsorten/go-windows-terminal-sequences,MIT,2017 marvin + konsorten GmbH
5959
go.sum,github.com/sirupsen/logrus,MIT,2014 Simon Eskildsen
60-
go.sum,github.com/zippolyte/go-lookup,MIT,2015 Máximo Cuadros
60+
go.sum,github.com/therve/go-lookup,MIT,2015 Máximo Cuadros
6161
go.sum,github.com/DataDog/gostackparse,Apache-2.0 OR BSD-3-Clause,"2021 Datadog, Inc."
6262
go.sum,golang.org/x/term,BSD-3-Clause,2009 The Go Authors
6363
go.sum,github.com/yuin/goldmark,MIT,2019 Yusuke Inuzuka

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ require (
2222

2323
replace gopkg.in/DataDog/dd-trace-go.v1 => github.com/DataDog/dd-trace-go v1.30.0-rc.1.0.20210420124628-f63633f38e8f
2424

25-
replace github.com/mcuadros/go-lookup => github.com/zippolyte/go-lookup v0.0.0-20210331103309-2b027b989715
25+
replace github.com/mcuadros/go-lookup => github.com/therve/go-lookup v0.0.0-20210911125823-5508a75dec6f
2626

2727
replace github.com/DataDog/datadog-api-client-go => ../

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
7373
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
7474
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
7575
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
76+
github.com/therve/go-lookup v0.0.0-20210911125823-5508a75dec6f h1:+2TWfZh6EKVKbNeKalo0jAAPlkHGHnLvxbjcoHgLMSU=
77+
github.com/therve/go-lookup v0.0.0-20210911125823-5508a75dec6f/go.mod h1:yd3I5pyIO5TrBH7+Ym94u8qp9xc6NTHAqESeI8kOJY8=
7678
github.com/tinylib/msgp v1.1.2 h1:gWmO7n0Ys2RBEb7GPYB9Ujq8Mk5p2U08lRnmMcGy6BQ=
7779
github.com/tinylib/msgp v1.1.2/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE=
7880
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
7981
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
80-
github.com/zippolyte/go-lookup v0.0.0-20210331103309-2b027b989715 h1:ppsVW70fOoUHYwa5735hnYAODYxPB42Fnx5C8yamkOU=
81-
github.com/zippolyte/go-lookup v0.0.0-20210331103309-2b027b989715/go.mod h1:yd3I5pyIO5TrBH7+Ym94u8qp9xc6NTHAqESeI8kOJY8=
8282
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
8383
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
8484
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

0 commit comments

Comments
 (0)