rename go module and flush out Earthfile build

This commit is contained in:
2025-04-25 13:25:27 -04:00
parent 10c79110a0
commit 9fe19d2cc2
12 changed files with 102 additions and 249 deletions

View File

@@ -33,5 +33,5 @@ linters-settings:
- blank # Blank section: contains all blank imports.
- default # Default section: contains all imports that could not be matched to another section type.
- prefix(github.com/pulumi/) # Custom section: groups all imports with the github.com/pulumi/ prefix.
- prefix(github.com/brandonkal/pulumi-incus) # Custom section: local imports
- prefix(git.kalinow.ski/nimbus/pulumi-incus) # Custom section: local imports
custom-order: true