From 8e42179691182da77fe4338fea2c212fd27670f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:03:08 +0000 Subject: [PATCH] fix(deps): update module github.com/google/go-github/v42 to v48 --- go.mod | 7 +++++-- go.sum | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8bbc13f..1b0b1b3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,10 @@ module github.com/TeamPiped/instances-api/v2 go 1.19 -require github.com/gofiber/fiber/v2 v2.40.1 +require ( + github.com/gofiber/fiber/v2 v2.40.1 + github.com/google/go-github/v42 v42.0.0 +) require ( github.com/golang/protobuf v1.5.2 // indirect @@ -17,7 +20,7 @@ require ( require ( github.com/andybalholm/brotli v1.0.4 // indirect - github.com/google/go-github/v42 v42.0.0 + github.com/google/go-github/v48 v48.2.0 github.com/google/go-querystring v1.1.0 // indirect github.com/klauspost/compress v1.15.9 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect diff --git a/go.sum b/go.sum index bd553d1..f1714cd 100644 --- a/go.sum +++ b/go.sum @@ -97,6 +97,7 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-github/v42 v42.0.0 h1:YNT0FwjPrEysRkLIiKuEfSvBPCGKphW5aS5PxwaoLec= github.com/google/go-github/v42 v42.0.0/go.mod h1:jgg/jvyI0YlDOM1/ps6XYh04HNQ3vKf0CVko62/EhRg= +github.com/google/go-github/v48 v48.2.0/go.mod h1:dDlehKBDo850ZPvCTK0sEqTCVWcrGl2LcDiajkYi89Y= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=