mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 10:36:12 +00:00
9 lines
162 B
AMPL
9 lines
162 B
AMPL
module gitlab.com/bubble-package-manager/bpm
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/elliotchance/orderedmap/v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|