Split project into the BPM frontend (src/bpm) and the BPM backend module (src/bpmlib)

This commit is contained in:
2025-04-07 17:06:40 +03:00
parent 97de746a7d
commit fcb2ef1515
14 changed files with 93 additions and 77 deletions
+8
View File
@@ -0,0 +1,8 @@
module git.enumerated.dev/bubble-package-manager/bpm/src/bpmlib
go 1.23
require (
github.com/knqyf263/go-rpm-version v0.0.0-20240918084003-2afd7dc6a38f
gopkg.in/yaml.v3 v3.0.1
)