File: go.mod

package info (click to toggle)
golang-github-googlecloudplatform-guest-logging-go 0.0~git20210621.facc9c0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/GoogleCloudPlatform/guest-logging-go

go 1.12

require (
	cloud.google.com/go v0.47.0
	cloud.google.com/go/bigquery v1.1.0 // indirect
	cloud.google.com/go/logging v1.0.0
	cloud.google.com/go/storage v1.1.1 // indirect
	github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
	github.com/google/go-cmp v0.3.1 // indirect
	github.com/hashicorp/golang-lru v0.5.3 // indirect
	github.com/jstemmer/go-junit-report v0.9.1 // indirect
	github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
	go.opencensus.io v0.22.1 // indirect
	golang.org/x/exp v0.0.0-20191014171548-69215a2ee97e // indirect
	golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
	golang.org/x/sys v0.0.0-20191010194322-b09406accb47
	golang.org/x/tools v0.0.0-20191017205301-920acffc3e65 // indirect
	google.golang.org/api v0.11.0 // indirect
	google.golang.org/appengine v1.6.5 // indirect
	google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03
	google.golang.org/grpc v1.24.0 // indirect
)