blob: 1d526a96c0012ad143b0257000492206e8349e6e [file] [log] [blame]
# Identical to v1.0.0: just need a new version so that we can test different
# error messages based on the vX.0.1 retraction comments. We can't test them in
# the same major version because go mod will always use the latest version's
# error message.
-- go.mod --
module example.com/retractdep/v3
go 1.12
-- a.go --
package a
const A = "a"