forked from linuxdeepin/dde-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add go mod support (linuxdeepin#92)
add go mod support Log: add go mod support
- Loading branch information
1 parent
e892aa5
commit f13dfbb
Showing
21 changed files
with
371 additions
and
24 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
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
module github.com/linuxdeepin/dde-api | ||
|
||
go 1.15 | ||
|
||
replace github.com/linuxdeepin/go-lib => github.com/Decodetalkers/go-lib v0.0.0-20230404025406-a17a10117d09 | ||
|
||
replace github.com/linuxdeepin/go-dbus-factory => github.com/Decodetalkers/go-dbus-factory v0.0.0-20230404030011-0eb743393708 | ||
|
||
require ( | ||
github.com/disintegration/imaging v1.6.2 | ||
github.com/fogleman/gg v1.3.0 | ||
github.com/godbus/dbus/v5 v5.1.0 | ||
github.com/gosexy/gettext v0.0.0-20160830220431-74466a0a0c4a | ||
github.com/jinzhu/gorm v1.9.16 | ||
github.com/linuxdeepin/go-dbus-factory v0.0.0-20230208033821-bda82fd6525e | ||
github.com/linuxdeepin/go-lib v0.0.0-00010101000000-000000000000 | ||
github.com/linuxdeepin/go-x11-client v0.0.0-20230131052004-7503e2337ee1 | ||
github.com/mattn/go-sqlite3 v1.14.16 | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
github.com/rickb777/date v1.20.1 | ||
github.com/stretchr/testify v1.8.1 | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
) | ||
|
||
require ( | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect | ||
github.com/linuxdeepin/go-gir v0.0.0-20230331033513-a8d7a9e89f9b | ||
github.com/zaf/g711 v0.0.0-20220109202201-cf0017bf0359 // indirect | ||
golang.org/x/sys v0.3.0 // indirect | ||
) |
Oops, something went wrong.