github.com/google/go-github/v70@v70.0.0/go.mod (about)

     1  module github.com/google/go-github/v70
     2  
     3  go 1.23.0
     4  
     5  require (
     6  	github.com/google/go-cmp v0.7.0
     7  	github.com/google/go-querystring v1.1.0
     8  )