mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-22 20:01:58 +01:00
10 lines
193 B
Modula-2
10 lines
193 B
Modula-2
module github.com/adammck/terraform-inventory
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/adammck/venv v0.0.0-20160819025605-8a9c907a37d3
|
|
github.com/blang/vfs v1.0.0
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|