nvim.d/go.mod
Dan Anglin 360c7fdba1
ci: Dagger workflow to publish nvim.d to Code Flow
Add a new Dagger workflow to package and publish the neovim configuration
to a generic registry in Code Flow.
2023-01-15 05:15:54 +00:00

14 lines
383 B
Modula-2

module ci
go 1.19
require dagger.io/dagger v0.4.3
require (
github.com/Khan/genqlient v0.5.0 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
)