Github pkg: Bump github package to version 33 (#222)

This commit is contained in:
Erik Nobel
2020-12-06 02:01:47 +01:00
committed by GitHub
parent 56c57cbf71
commit a2b335ad6a
7 changed files with 19 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ import (
"net/http/httptest"
"strconv"
"github.com/google/go-github/v32/github"
"github.com/google/go-github/v33/github"
"github.com/gorilla/mux"
)