mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 19:12:59 +00:00
12 lines
361 B
Modula-2
12 lines
361 B
Modula-2
module github.com/golang-templates/seed/build
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3 // indirect
|
|
github.com/charmbracelet/lipgloss v0.6.1-0.20220911181249-6304a734e792 // indirect
|
|
github.com/golangci/golangci-lint v1.50.1
|
|
github.com/goreleaser/goreleaser v1.13.1
|
|
github.com/spf13/viper v1.13.0 // indirect
|
|
)
|