mirror of
https://github.com/maputnik/editor.git
synced 2026-06-16 04:07:27 +00:00
Refactor into a go module, update dependencies (#18)
* Refactor into a go module `go get` is no longer supported outside of a go module. This commit converts the project into a go module, moving dependencies into a go.mod file. * Use go.rice instead of go-bindata-assetfs go.rice appears to be maintained and more popular * Edit dependencies * Pin to specific versions * Updating workflows * Fix syntax, I hope * Update go * Increment version number * Version number * version number
This commit is contained in:
+2
-3
@@ -24,9 +24,8 @@ _testmain.go
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
# Bindata
|
||||
bindata_assetfs.go
|
||||
bindata.go
|
||||
# Binary version of pubilic/editor
|
||||
rice-box.go
|
||||
|
||||
# Built binary
|
||||
maputnik
|
||||
|
||||
Reference in New Issue
Block a user