-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
U: 为energy兼容Go低版本增加emfs.IEmbedFS内置资源接口, 该接口适配于 embed.FS, 和 eneryge/go…
…-bindata
- Loading branch information
Showing
5 changed files
with
15 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,3 @@ | ||
module github.com/energye/golcl | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/Knetic/govaluate v3.0.0+incompatible | ||
github.com/disintegration/gift v1.2.1 | ||
github.com/energye/dylib v0.0.0-20230814115552-32dda0972e9e | ||
github.com/fogleman/gg v1.3.0 | ||
github.com/go-ole/go-ole v1.2.6 | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 | ||
github.com/gomodule/redigo v2.0.0+incompatible | ||
github.com/tryor/gdiplus v0.0.0-20200830101413-c570de9579b3 | ||
github.com/tryor/winapi v0.0.0-20200525040926-cd87d62e2f9b | ||
github.com/vdobler/chart v1.0.0 | ||
golang.org/x/image v0.5.0 | ||
) | ||
|
||
require ( | ||
github.com/llgcode/draw2d v0.0.0-20180825133448-f52c8a71aff0 // indirect | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect | ||
) | ||
go 1.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters