Coder Social home page Coder Social logo

Move to go modules about go-appimage HOT 2 CLOSED

probonopd avatar probonopd commented on September 23, 2024
Move to go modules

from go-appimage.

Comments (2)

probonopd avatar probonopd commented on September 23, 2024

coreos/go-systemd#302 says

Assuming this is the same issue as #296, you have to ensure you are using a go-dbus version >= 5.0.

However, if I do

grep godbus go.mod 
# github.com/godbus/dbus v4.1.0+incompatible

go get github.com/godbus/dbus@v5
# go get github.com/godbus/dbus@v5: no matching versions for query "v5"

go get github.com/godbus/[email protected]
# go: finding github.com/godbus/dbus v5.0.3
# go: finding github.com/godbus/dbus v5.0.3
# go get github.com/godbus/[email protected]: github.com/godbus/[email protected]: invalid version: # module contains a go.mod file, so major version must be compatible: should be v0 or v1, not # v5

There is https://github.com/godbus/dbus/releases/tag/v5.0.3 but how can I get go to actually use it with go modules?

from go-appimage.

probonopd avatar probonopd commented on September 23, 2024

Fixed in current build configuration.

from go-appimage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.