Update gumble/gopus import path

pull/188/head
RichardNysater 2017-06-04 00:51:45 +02:00
parent 142e199b8e
commit 0e14f48596
74 changed files with 87 additions and 87 deletions

View File

@ -46,7 +46,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"
)
@ -98,7 +98,7 @@ package commands
import (
"testing"
"github.com/layeh/gumble/gumbleffmpeg"
"layeh.com/gumble/gumbleffmpeg"
"github.com/RichardNysater/mumbledj/bot"
"github.com/spf13/viper"
"github.com/stretchr/testify/suite"
@ -198,7 +198,7 @@ import (
"time"
"github.com/antonholmquist/jason"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/bot"
"github.com/RichardNysater/mumbledj/interfaces"
)

View File

@ -15,8 +15,8 @@ import (
"sync"
"time"
"github.com/layeh/gumble/gumbleffmpeg"
_ "github.com/layeh/gumble/opus"
"layeh.com/gumble/gumbleffmpeg"
_ "layeh.com/gumble/opus"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"
)

View File

@ -13,7 +13,7 @@ import (
"testing"
"time"
"github.com/layeh/gumble/gumbleffmpeg"
"layeh.com/gumble/gumbleffmpeg"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"
"github.com/stretchr/testify/suite"

View File

@ -11,7 +11,7 @@ import (
"fmt"
"sync"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package bot
import (
"testing"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/stretchr/testify/suite"
)

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"testing"
"github.com/layeh/gumble/gumbleffmpeg"
"layeh.com/gumble/gumbleffmpeg"
"github.com/RichardNysater/mumbledj/bot"
"github.com/spf13/viper"
"github.com/stretchr/testify/suite"

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"
)

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"testing"
"github.com/layeh/gumble/gumbleffmpeg"
"layeh.com/gumble/gumbleffmpeg"
"github.com/RichardNysater/mumbledj/bot"
"github.com/spf13/viper"
"github.com/stretchr/testify/suite"

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"testing"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/bot"
"github.com/spf13/viper"
"github.com/stretchr/testify/suite"

View File

@ -10,8 +10,8 @@ package commands
import (
"errors"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumbleffmpeg"
"layeh.com/gumble/gumble"
"layeh.com/gumble/gumbleffmpeg"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"os"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -13,7 +13,7 @@ import (
"fmt"
"strconv"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"testing"
"github.com/layeh/gumble/gumbleffmpeg"
"layeh.com/gumble/gumbleffmpeg"
"github.com/RichardNysater/mumbledj/bot"
"github.com/spf13/viper"
"github.com/stretchr/testify/suite"

View File

@ -12,7 +12,7 @@ import (
"fmt"
"strings"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"testing"
"github.com/layeh/gumble/gumbleffmpeg"
"layeh.com/gumble/gumbleffmpeg"
"github.com/RichardNysater/mumbledj/bot"
"github.com/spf13/viper"
"github.com/stretchr/testify/suite"

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"testing"
"github.com/layeh/gumble/gumbleffmpeg"
"layeh.com/gumble/gumbleffmpeg"
"github.com/RichardNysater/mumbledj/bot"
"github.com/spf13/viper"
"github.com/stretchr/testify/suite"

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"errors"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -8,7 +8,7 @@
package commands
import (
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/bot"
"github.com/spf13/viper"
)

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -11,7 +11,7 @@ import (
"fmt"
"strings"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"errors"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"
)

View File

@ -8,7 +8,7 @@
package commands
import (
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -10,7 +10,7 @@ package commands
import (
"fmt"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -12,7 +12,7 @@ import (
"fmt"
"strconv"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/spf13/viper"
)

View File

@ -11,8 +11,8 @@ import (
"fmt"
"testing"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumbleffmpeg"
"layeh.com/gumble/gumble"
"layeh.com/gumble/gumbleffmpeg"
"github.com/RichardNysater/mumbledj/bot"
"github.com/spf13/viper"
"github.com/stretchr/testify/suite"

2
glide.lock generated
View File

@ -24,7 +24,7 @@ imports:
- hcl/strconv
- json/scanner
- json/token
- name: github.com/layeh/gopus
- name: layeh.com/gopus
version: 867541549ca5f8b4db2b92fd1dded8711256a27d
- name: github.com/layeh/gumble
version: f0a4a2992fa9a969ef90d673374bc63a9b7948ad

View File

@ -7,7 +7,7 @@
package interfaces
import "github.com/layeh/gumble/gumble"
import "layeh.com/gumble/gumble"
// Command is an interface that all commands must implement.
type Command interface {

View File

@ -7,7 +7,7 @@
package interfaces
import "github.com/layeh/gumble/gumble"
import "layeh.com/gumble/gumble"
// Service is an interface of methods to be implemented
// by various service types, such as YouTube or SoundCloud.

View File

@ -7,7 +7,7 @@
package interfaces
import "github.com/layeh/gumble/gumble"
import "layeh.com/gumble/gumble"
// SkipTracker is the interface which should be interacted with for skip operations.
// Using the SkipTracker interface ensures thread safety.

View File

@ -15,7 +15,7 @@ import (
"time"
"github.com/antonholmquist/jason"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/bot"
"github.com/RichardNysater/mumbledj/interfaces"
)

View File

@ -17,7 +17,7 @@ import (
"time"
"github.com/antonholmquist/jason"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/bot"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"

View File

@ -18,7 +18,7 @@ import (
"github.com/ChannelMeter/iso8601duration"
"github.com/antonholmquist/jason"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/RichardNysater/mumbledj/bot"
"github.com/RichardNysater/mumbledj/interfaces"
"github.com/spf13/viper"

View File

@ -4,7 +4,7 @@ gopus is a Go binding for the [Opus](http://www.opus-codec.org/) audio codec.
## Documentation
- [API Reference](https://godoc.org/github.com/layeh/gopus)
- [API Reference](https://godoc.org/layeh.com/gopus)
## Requirements

View File

@ -2,7 +2,7 @@
## Sub-projects
- gumble [![GoDoc](https://godoc.org/github.com/layeh/gumble/gumble?status.svg)](https://godoc.org/github.com/layeh/gumble/gumble)
- gumble [![GoDoc](https://godoc.org/layeh.com/gumble/gumble?status.svg)](https://godoc.org/layeh.com/gumble/gumble)
- Client library
- gumbleopenal
- [OpenAL](http://kcat.strangesoft.net/openal.html) audio system for gumble
@ -16,8 +16,8 @@
package main
import (
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumbleutil"
"layeh.com/gumble/gumble"
"layeh.com/gumble/gumbleutil"
)
func main() {

View File

@ -6,10 +6,10 @@ import (
"os"
"path/filepath"
"github.com/layeh/gumble/gumble"
"github.com/layeh/gumble/gumbleffmpeg"
"github.com/layeh/gumble/gumbleutil"
_ "github.com/layeh/gumble/opus"
"layeh.com/gumble/gumble"
"layeh.com/gumble/gumbleffmpeg"
"layeh.com/gumble/gumbleutil"
_ "layeh.com/gumble/opus"
)
func main() {

View File

@ -8,7 +8,7 @@ import (
"strconv"
"time"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
)
func main() {

View File

@ -1,7 +1,7 @@
package gumble
import (
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// AccessTokens are additional passwords that can be provided to the server to

View File

@ -2,7 +2,7 @@ package gumble
import (
"github.com/golang/protobuf/proto"
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// ACL contains a list of ACLGroups and ACLRules linked to a channel.

View File

@ -5,7 +5,7 @@ import (
"time"
"github.com/golang/protobuf/proto"
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// BanList is a list of server ban entries.

View File

@ -2,7 +2,7 @@ package gumble
import (
"github.com/golang/protobuf/proto"
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// Channel represents a channel in the server's channel tree.

View File

@ -11,7 +11,7 @@ import (
"time"
"github.com/golang/protobuf/proto"
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// State is the current state of the client's connection to the server.

View File

@ -9,8 +9,8 @@ import (
"time"
"github.com/golang/protobuf/proto"
"github.com/layeh/gumble/gumble/MumbleProto"
"github.com/layeh/gumble/gumble/varint"
"layeh.com/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/varint"
)
// DefaultPort is the default port on which Mumble servers listen.

View File

@ -1,7 +1,7 @@
package gumble
import (
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// ContextActionType is a bitmask of contexts where a ContextAction can be

View File

@ -28,7 +28,7 @@
// for transmitting and receiving audio. It can be enabled by importing the
// following package for its side effect:
// import (
// _ "github.com/layeh/gumble/opus"
// _ "layeh.com/gumble/opus"
// )
//
// To ensure that gumble clients can always transmit and receive audio to and

View File

@ -1,7 +1,7 @@
package gumble
import (
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// EventListener is the interface that must be implemented by a type if it

View File

@ -10,8 +10,8 @@ import (
"time"
"github.com/golang/protobuf/proto"
"github.com/layeh/gumble/gumble/MumbleProto"
"github.com/layeh/gumble/gumble/varint"
"layeh.com/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/varint"
)
var (

View File

@ -3,7 +3,7 @@ package gumble
import (
"strconv"
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// RejectType describes why a client connection was rejected by the server.

View File

@ -1,7 +1,7 @@
package gumble
import (
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// TextMessage is a chat message that can be received from and sent to the

View File

@ -2,7 +2,7 @@ package gumble
import (
"github.com/golang/protobuf/proto"
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// User represents a user that is currently connected to the server.

View File

@ -3,7 +3,7 @@ package gumble
import (
"time"
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// RegisteredUser represents a registered user on the server.

View File

@ -1,7 +1,7 @@
package gumble
import (
"github.com/layeh/gumble/gumble/MumbleProto"
"layeh.com/gumble/gumble/MumbleProto"
)
// VoiceTargetLoopback is a special voice target which causes any audio sent to

View File

@ -10,7 +10,7 @@ import (
"sync/atomic"
"time"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
)
// State represents the state of a Stream.

View File

@ -5,7 +5,7 @@ import (
"errors"
"time"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
"github.com/timshannon/go-openal/openal"
)

View File

@ -1,7 +1,7 @@
package gumbleutil
import (
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
)
// UserGroups fetches the group names the given user belongs to in the given

View File

@ -3,7 +3,7 @@ package gumbleutil
import (
"time"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
)
var autoBitrate = &Listener{

View File

@ -1,7 +1,7 @@
package gumbleutil
import (
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
)
// ChannelPath returns a slice of channel names, starting from the root channel

View File

@ -1,7 +1,7 @@
package gumbleutil
import (
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
)
// Listener is a struct that implements the gumble.EventListener interface. The

View File

@ -1,7 +1,7 @@
package gumbleutil
import (
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
)
// ListenerFunc is a single listener function that implements the

View File

@ -8,7 +8,7 @@ import (
"os"
"strconv"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
)
// Main aids in the creation of a basic command line gumble bot. It accepts the

View File

@ -5,7 +5,7 @@ import (
"encoding/xml"
"strings"
"github.com/layeh/gumble/gumble"
"layeh.com/gumble/gumble"
)
// PlainText returns the Message string without HTML tags or entities.

View File

@ -1,8 +1,8 @@
package opus
import (
"github.com/layeh/gopus"
"github.com/layeh/gumble/gumble"
"layeh.com/gopus"
"layeh.com/gumble/gumble"
)
var Codec gumble.AudioCodec