From 4c98a62cfa1c1a76a9314c22f49f2c6a6b20908b Mon Sep 17 00:00:00 2001 From: Simon Tucker Date: Tue, 29 Aug 2023 03:20:31 -0700 Subject: [PATCH] DownstreamUpdates --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d7c90f7f..4902b278 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/brotherlogic/discovery v0.0.0-20230826181835-18ed7fa742df github.com/brotherlogic/githubcard v0.0.0-20230823073614-04f1ac2a917f - github.com/brotherlogic/gobuildslave v0.0.0-20230829023040-3807255e1a4d + github.com/brotherlogic/gobuildslave v0.0.0-20230829091845-c1145b0eb3d3 github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580 github.com/golang/protobuf v1.5.3 github.com/prometheus/client_golang v1.16.0 diff --git a/go.sum b/go.sum index 266dcf92..a9e60300 100644 --- a/go.sum +++ b/go.sum @@ -1785,8 +1785,9 @@ github.com/brotherlogic/gobuildslave v0.0.0-20230814173401-cc362e6cdae0/go.mod h github.com/brotherlogic/gobuildslave v0.0.0-20230814224321-ee6c5e4e68dc/go.mod h1:dRfOf/Sxa8MahRK0gpMvP9K1It2wqmxVMyDF+e7Ix/c= github.com/brotherlogic/gobuildslave v0.0.0-20230821225038-ca9f94a6361b/go.mod h1:o5GbCCa5V6XZUfliYU41vsRVac9SYfnN53x5QZM3lMc= github.com/brotherlogic/gobuildslave v0.0.0-20230828231224-e177fcf3d73c/go.mod h1:f8wjA4I4l3ZiGTjqAR2Gvt2dMwWWfp1urLZBwwpcTmM= -github.com/brotherlogic/gobuildslave v0.0.0-20230829023040-3807255e1a4d h1:Lxdu/yO3fvB+F4WNTNSKV0WDUviN+tvXuAvQfXRUIjw= github.com/brotherlogic/gobuildslave v0.0.0-20230829023040-3807255e1a4d/go.mod h1:lpdJghFxKlXl/PlaGKI9Ija9ZInyUFmwfe/1UH06tz4= +github.com/brotherlogic/gobuildslave v0.0.0-20230829091845-c1145b0eb3d3 h1:/InVsX5+KoVquxb/ENxK3tluGqjwRPflgQyI2Ai3xPY= +github.com/brotherlogic/gobuildslave v0.0.0-20230829091845-c1145b0eb3d3/go.mod h1:5/mdt5tOWthUYWYoCJzi97luSc4axsHdXhk/GhWG0tw= github.com/brotherlogic/godiscogs v0.0.0-20201012230422-e6d22566e955/go.mod h1:n/6nBOsxU6shAcHwC8L557pGTmKwfdUx/zueje86vCE= github.com/brotherlogic/godiscogs v0.0.0-20210110190906-0bfce639dbb9/go.mod h1:n/6nBOsxU6shAcHwC8L557pGTmKwfdUx/zueje86vCE= github.com/brotherlogic/godiscogs v0.0.0-20210518132442-05fcf2d616b0/go.mod h1:n/6nBOsxU6shAcHwC8L557pGTmKwfdUx/zueje86vCE=