Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Commit 663bb47

Browse files
committed
Update go env package
1 parent 4ec866a commit 663bb47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/opentracing/basictracer-go v1.0.0
1414
github.com/opentracing/opentracing-go v1.1.0
1515
github.com/stretchr/testify v1.5.1
16-
github.com/undefinedlabs/go-env v0.0.0-20200228171926-13a0450a15a5
16+
github.com/undefinedlabs/go-env v0.0.0-20200302090545-7716d204149a
1717
github.com/undefinedlabs/go-mpatch v0.0.0-20200122175732-0044123dbb98
1818
github.com/vmihailenco/msgpack v4.0.4+incompatible
1919
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ github.com/undefinedlabs/go-env v0.0.0-20200228151352-fe4feb3a53ee h1:oyS1ol4Qtb
5151
github.com/undefinedlabs/go-env v0.0.0-20200228151352-fe4feb3a53ee/go.mod h1:6rizfv+i1uxF4fm4IBliMR2ngXLaaR1UANOx0Qmt70o=
5252
github.com/undefinedlabs/go-env v0.0.0-20200228171926-13a0450a15a5 h1:FxfKRBQhThVjMp0+xEjhvt2DNPgkgGMjJwgog3FA0XU=
5353
github.com/undefinedlabs/go-env v0.0.0-20200228171926-13a0450a15a5/go.mod h1:6rizfv+i1uxF4fm4IBliMR2ngXLaaR1UANOx0Qmt70o=
54+
github.com/undefinedlabs/go-env v0.0.0-20200302090545-7716d204149a h1:gTm9604PZ2i9P5ypIKcltKrk7zmg00faOwAjkfLOQnk=
55+
github.com/undefinedlabs/go-env v0.0.0-20200302090545-7716d204149a/go.mod h1:6rizfv+i1uxF4fm4IBliMR2ngXLaaR1UANOx0Qmt70o=
5456
github.com/undefinedlabs/go-mpatch v0.0.0-20200122152126-8db832768c71 h1:wVaGx1BqVqs6hb36eUX6O/z1peLxfRMoiw91mwjjiX8=
5557
github.com/undefinedlabs/go-mpatch v0.0.0-20200122152126-8db832768c71/go.mod h1:TyJZDQ/5AgyN7FSLiBJ8RO9u2c6wbtRvK827b6AVqY4=
5658
github.com/undefinedlabs/go-mpatch v0.0.0-20200122175732-0044123dbb98 h1:Z/megzdoMbuZ0H/oLmfTw92PAEfyTi1DkvAr8AUzFgw=

0 commit comments

Comments
 (0)